#BACCE0

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

Shades of Spindle #BACCE0

Tints of Spindle #BACCE0

Color information

#BACCE0 (or 0xBACCE0) is unknown color: approx Spindle. HEX triplet: BA, CC and E0. RGB value is (186,204,224). Sum of RGB (Red+Green+Blue) = 186+204+224=614 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.29% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #BACCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCE0 is #45331F. Grayscale: #C8C8C8. Windows color (decimal): -4535072 or 14732474. OLE color: 14732474.

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

Color convert

RGB186204224-
CMYK0.170.0900.12
HSL211.58º38%80.39%-
HSV(B)211.58º16.96%87.84%-
XYZ55.359.0179-
YUV200.9141.04117.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.29%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 224 (87.89% from 255) = 36.48%
R=30.29%
G=33.22%
B=36.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862042240.170.0900.12211.583880.39
HexBACCE01190Cd42650
Octal272314340211101432446120
Binary10111010110011001110000010001100101100110101001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCE0; }

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

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

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

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

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

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

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

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