#BCCCE0

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

Shades of Spindle #BCCCE0

Tints of Spindle #BCCCE0

Color information

#BCCCE0 (or 0xBCCCE0) is unknown color: approx Spindle. HEX triplet: BC, CC and E0. RGB value is (188,204,224). Sum of RGB (Red+Green+Blue) = 188+204+224=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #BCCCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCE0 is #43331F. Grayscale: #C9C9C9. Windows color (decimal): -4404000 or 14732476. OLE color: 14732476.

HSL color Cylindrical-coordinate representation of color #BCCCE0: hue angle of 213.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCCE0 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB188204224-
CMYK0.160.0900.12
HSL213.33º36.73%80.78%-
HSV(B)213.33º16.07%87.84%-
XYZ55.7959.2679.02-
YUV201.5140.7118.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 30.52%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 224 (87.89% from 255) = 36.36%
R=30.52%
G=33.12%
B=36.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1882042240.160.0900.12213.3336.7380.78
HexBCCCE01090Cd52551
Octal274314340201101432545121
Binary10111100110011001110000010000100101100110101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCE0; }

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

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

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

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

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

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

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

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