Html Css Color HEX #BACCE0 Spindle

📋 copy color: '#BACCE0'

red 186 ◦ green 204 ◦ blue 224

#BACCE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #BACCE0

Tints of Spindle #BACCE0

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 value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BACCE0 (or 0xBACCE0) is known color: 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

RGB 186 204 224 -
CMYK 0.17 0.09 0 0.12
HSL 211.58º 0.38% 0.8% -
HSV(B) 211.58º 0.17% 0.88% -
XYZ 55.3 59.01 79 -
YUV 200.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 186 204 224 0.17 0.09 0 0.12 211.58 0.38 0.8
Hex BA CC E0 11 9 0 C D4 26 50
Octal 272 314 340 21 11 0 14 324 46 120
Binary 10111010 11001100 11100000 10001 1001 0 1100 11010100 100110 1010000

Color Harmonies of #BACCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACCE0

Black with #BACCE0

Text Example


Text Example

White with #BACCE0

Text Example


Text Example

HTML Codes & Css Web 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>