Html Css Color HEX #BBCEE0 Spindle

📋 copy color: '#BBCEE0'

red 187 ◦ green 206 ◦ blue 224

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

Shades of Spindle #BBCEE0

Tints of Spindle #BBCEE0

RGB

 RED value IS 187 (73.44% from 255) = 30.31%

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

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

R = 30.31%
G = 33.39%
B = 36.3%

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

#BBCEE0 (or 0xBBCEE0) is known color: Spindle. HEX triplet: BB, CE and E0. RGB value is (187,206,224). Sum of RGB (Red+Green+Blue) = 187+206+224=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBCEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCEE0 is #44311F. Grayscale: #CACACA. Windows color (decimal): -4469024 or 14732987. OLE color: 14732987.

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

Color convert

RGB 187 206 224 -
CMYK 0.17 0.08 0 0.12
HSL 209.19º 0.37% 0.81% -
HSV(B) 209.19º 0.17% 0.88% -
XYZ 56.02 60.09 79.17 -
YUV 202.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 187 206 224 0.17 0.08 0 0.12 209.19 0.37 0.81
Hex BB CE E0 11 8 0 C D1 25 51
Octal 273 316 340 21 10 0 14 321 45 121
Binary 10111011 11001110 11100000 10001 1000 0 1100 11010001 100101 1010001

Color Harmonies of #BBCEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCEE0

Black with #BBCEE0

Text Example


Text Example

White with #BBCEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCEE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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