#BCCCE5

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

Shades of Periwinkle #BCCCE5

Tints of Periwinkle #BCCCE5

Color information

#BCCCE5 (or 0xBCCCE5) is unknown color: approx Periwinkle. HEX triplet: BC, CC and E5. RGB value is (188,204,229). Sum of RGB (Red+Green+Blue) = 188+204+229=621 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.27% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCCCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCE5 is #43331A. Grayscale: #C9C9C9. Windows color (decimal): -4403995 or 15060156. OLE color: 15060156.

HSL color Cylindrical-coordinate representation of color #BCCCE5: hue angle of 216.59º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCCE5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188204229-
CMYK0.180.1100.10
HSL216.59º44.09%81.76%-
HSV(B)216.59º17.9%89.8%-
XYZ56.4759.5382.64-
YUV202.07143.2117.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.27%
GREEN value IS 204 (80.08% from 255) = 32.85%
BLUE value IS 229 (89.84% from 255) = 36.88%
R=30.27%
G=32.85%
B=36.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882042290.180.1100.10216.5944.0981.76
HexBCCCE512B0Ad92c52
Octal274314345221301233154122
Binary10111100110011001110010110010101101010110110011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCE5; }

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

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

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

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

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

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

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

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