Html Css Color HEX #BBC2CB Spindle

📋 copy color: '#BBC2CB'

red 187 ◦ green 194 ◦ blue 203

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

Shades of Spindle #BBC2CB

Tints of Spindle #BBC2CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 32.02%
G = 33.22%
B = 34.76%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BBC2CB (or 0xBBC2CB) is known color: Spindle. HEX triplet: BB, C2 and CB. RGB value is (187,194,203). Sum of RGB (Red+Green+Blue) = 187+194+203=584 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.02% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 203 - color contains mainly: blue. Hex color #BBC2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2CB is #443D34. Grayscale: #C0C0C0. Windows color (decimal): -4472117 or 13353659. OLE color: 13353659.

HSL color Cylindrical-coordinate representation of color #BBC2CB: hue angle of 213.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBC2CB is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 194 203 -
CMYK 0.08 0.04 0 0.20
HSL 213.75º 0.13% 0.76% -
HSV(B) 213.75º 0.08% 0.8% -
XYZ 50.56 53.46 64.15 -
YUV 192.93 133.68 123.77 -
System Red Green Blue C M Y K H S L
Decimal 187 194 203 0.08 0.04 0 0.20 213.75 0.13 0.76
Hex BB C2 CB 8 4 0 14 D6 D 4C
Octal 273 302 313 10 4 0 24 326 15 114
Binary 10111011 11000010 11001011 1000 100 0 10100 11010110 1101 1001100

Color Harmonies of #BBC2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2CB

Black with #BBC2CB

Text Example


Text Example

White with #BBC2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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