Html Css Color HEX #BBC2CE Spindle

📋 copy color: '#BBC2CE'

red 187 ◦ green 194 ◦ blue 206

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

Shades of Spindle #BBC2CE

Tints of Spindle #BBC2CE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.05%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 31.86%
G = 33.05%
B = 35.09%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BBC2CE (or 0xBBC2CE) is known color: Spindle. HEX triplet: BB, C2 and CE. RGB value is (187,194,206). Sum of RGB (Red+Green+Blue) = 187+194+206=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 194 (76.17% from 255 or 33.05% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 206 - color contains mainly: blue. Hex color #BBC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CE is #443D31. Grayscale: #C1C1C1. Windows color (decimal): -4472114 or 13550267. OLE color: 13550267.

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

Color convert

RGB 187 194 206 -
CMYK 0.09 0.06 0 0.19
HSL 217.89º 0.16% 0.77% -
HSV(B) 217.89º 0.09% 0.81% -
XYZ 50.93 53.6 66.06 -
YUV 193.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 187 194 206 0.09 0.06 0 0.19 217.89 0.16 0.77
Hex BB C2 CE 9 6 0 13 DA 10 4D
Octal 273 302 316 11 6 0 23 332 20 115
Binary 10111011 11000010 11001110 1001 110 0 10011 11011010 10000 1001101

Color Harmonies of #BBC2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2CE

Black with #BBC2CE

Text Example


Text Example

White with #BBC2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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