#BCC6E8

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

Shades of Periwinkle #BCC6E8

Tints of Periwinkle #BCC6E8

Color information

#BCC6E8 (or 0xBCC6E8) is unknown color: approx Periwinkle. HEX triplet: BC, C6 and E8. RGB value is (188,198,232). Sum of RGB (Red+Green+Blue) = 188+198+232=618 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.42% from 618); Green value is 198 (77.73% from 255 or 32.04% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCC6E8 is #433917. Grayscale: #C6C6C6. Windows color (decimal): -4405528 or 15255228. OLE color: 15255228.

HSL color Cylindrical-coordinate representation of color #BCC6E8: hue angle of 226.36º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCC6E8 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188198232-
CMYK0.190.1500.09
HSL226.36º48.89%82.35%-
HSV(B)226.36º18.97%90.98%-
XYZ55.556.9184.4-
YUV198.89146.69120.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.42%
GREEN value IS 198 (77.73% from 255) = 32.04%
BLUE value IS 232 (91.02% from 255) = 37.54%
R=30.42%
G=32.04%
B=37.54%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881982320.190.1500.09226.3648.8982.35
HexBCC6E813F09e23152
Octal274306350231701134261122
Binary10111100110001101110100010011111101001111000101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC6E8; }

 p { color: rgb(188,198,232); }

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

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

 a { background-color: rgb(188,198,232); }

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

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

 span { border-color: rgb(188,198,232); }

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