#BCC9F5

Color #BCC9F5 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BCC9F5

Tints of Periwinkle #BCC9F5

Color information

#BCC9F5 (or 0xBCC9F5) is unknown color: approx Periwinkle. HEX triplet: BC, C9 and F5. RGB value is (188,201,245). Sum of RGB (Red+Green+Blue) = 188+201+245=634 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.65% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 245 (96.09% from 255 or 38.64% from 634); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCC9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC9F5 is #43360A. Grayscale: #C9C9C9. Windows color (decimal): -4404747 or 16107964. OLE color: 16107964.

HSL color Cylindrical-coordinate representation of color #BCC9F5: hue angle of 226.32º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC9F5 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188201245-
CMYK0.230.1800.04
HSL226.32º74.03%84.9%-
HSV(B)226.32º23.27%96.08%-
XYZ58.1159.0694.72-
YUV202.13152.19117.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 29.65%
GREEN value IS 201 (78.91% from 255) = 31.70%
BLUE value IS 245 (96.09% from 255) = 38.64%
R=29.65%
G=31.70%
B=38.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882012450.230.1800.04226.3274.0384.9
HexBCC9F5171204e24a55
Octal274311365272204342112125
Binary101111001100100111110101101111001001001110001010010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC9F5; }

 p { color: rgb(188,201,245); }

 H1.HeaderClassName
 {
   color: #BCC9F5;
 }
 .AnyTagClassName
 {
   color: #BCC9F5;
 }
</style>
background-color css

<style>
 a { background-color: #BCC9F5; }

 a { background-color: rgb(188,201,245); }

 div.DivClassName
 {
   background-color: #BCC9F5;
 }
 .BgClassName
 {
   background-color: #BCC9F5;
 }
</style>
border-color css

<style>
 span { border-color: #BCC9F5; }

 span { border-color: rgb(188,201,245); }

 td.TdClassName
 {
   border-color: #BCC9F5;
 }
 .TagClassName
 {
   border-color: #BCC9F5;
 }
</style>