Html Css Color HEX #BACEE0 Spindle

📋 copy color: '#BACEE0'

red 186 ◦ green 206 ◦ blue 224

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

Shades of Spindle #BACEE0

Tints of Spindle #BACEE0

RGB

 RED value IS 186 (73.05% from 255) = 30.19%

 GREEN value IS 206 (80.86% from 255) = 33.44%

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 30.19%
G = 33.44%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BACEE0 (or 0xBACEE0) is known color: Spindle. HEX triplet: BA, CE and E0. RGB value is (186,206,224). Sum of RGB (Red+Green+Blue) = 186+206+224=616 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.19% from 616); Green value is 206 (80.86% from 255 or 33.44% 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 #BACEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACEE0 is #45311F. Grayscale: #C9C9C9. Windows color (decimal): -4534560 or 14732986. OLE color: 14732986.

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

Color convert

RGB 186 206 224 -
CMYK 0.17 0.08 0 0.12
HSL 208.42º 0.38% 0.8% -
HSV(B) 208.42º 0.17% 0.88% -
XYZ 55.78 59.96 79.16 -
YUV 202.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 186 206 224 0.17 0.08 0 0.12 208.42 0.38 0.8
Hex BA CE E0 11 8 0 C D0 26 50
Octal 272 316 340 21 10 0 14 320 46 120
Binary 10111010 11001110 11100000 10001 1000 0 1100 11010000 100110 1010000

Color Harmonies of #BACEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BACEE0

Black with #BACEE0

Text Example


Text Example

White with #BACEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BACEE0; }

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

 H1.HeaderClassName
 {
   color: #BACEE0;
 }
 .AnyTagClassName
 {
   color: #BACEE0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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