#BCC2EB

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

Shades of Periwinkle #BCC2EB

Tints of Periwinkle #BCC2EB

Color information

#BCC2EB (or 0xBCC2EB) is unknown color: approx Periwinkle. HEX triplet: BC, C2 and EB. RGB value is (188,194,235). Sum of RGB (Red+Green+Blue) = 188+194+235=617 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.47% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCC2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC2EB is #433D14. Grayscale: #C4C4C4. Windows color (decimal): -4406549 or 15450812. OLE color: 15450812.

HSL color Cylindrical-coordinate representation of color #BCC2EB: hue angle of 232.34º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC2EB is Cyan = 0.2, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188194235-
CMYK0.20.1700.08
HSL232.34º54.02%82.94%-
HSV(B)232.34º20%92.16%-
XYZ55.0355.2786.37-
YUV196.88149.51121.67-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.47%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 235 (92.19% from 255) = 38.09%
R=30.47%
G=31.44%
B=38.09%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881942350.20.1700.08232.3454.0282.94
HexBCC2EB141108e83653
Octal274302353242101035066123
Binary101111001100001011101011101001000101000111010001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC2EB; }

 p { color: rgb(188,194,235); }

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

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

 a { background-color: rgb(188,194,235); }

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

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

 span { border-color: rgb(188,194,235); }

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