#BCCCE8

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

Shades of Periwinkle #BCCCE8

Tints of Periwinkle #BCCCE8

Color information

#BCCCE8 (or 0xBCCCE8) is unknown color: approx Periwinkle. HEX triplet: BC, CC and E8. RGB value is (188,204,232). Sum of RGB (Red+Green+Blue) = 188+204+232=624 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.13% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCCCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCCCE8 is #433317. Grayscale: #CACACA. Windows color (decimal): -4403992 or 15256764. OLE color: 15256764.

HSL color Cylindrical-coordinate representation of color #BCCCE8: hue angle of 218.18º 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 #BCCCE8 is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188204232-
CMYK0.190.1200.09
HSL218.18º48.89%82.35%-
HSV(B)218.18º18.97%90.98%-
XYZ56.959.784.87-
YUV202.41144.7117.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.13%
GREEN value IS 204 (80.08% from 255) = 32.69%
BLUE value IS 232 (91.02% from 255) = 37.18%
R=30.13%
G=32.69%
B=37.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882042320.190.1200.09218.1848.8982.35
HexBCCCE813C09da3152
Octal274314350231401133261122
Binary10111100110011001110100010011110001001110110101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCE8; }

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

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

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

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

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

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

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

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