Html Css Color HEX #B0BBCB Spindle

📋 copy color: '#B0BBCB'

red 176 ◦ green 187 ◦ blue 203

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

Shades of Spindle #B0BBCB

Tints of Spindle #B0BBCB

RGB

 RED value IS 176 (69.14% from 255) = 31.1%

 GREEN value IS 187 (73.44% from 255) = 33.04%

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

R = 31.1%
G = 33.04%
B = 35.87%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0BBCB (or 0xB0BBCB) is known color: Spindle. HEX triplet: B0, BB and CB. RGB value is (176,187,203). Sum of RGB (Red+Green+Blue) = 176+187+203=566 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.10% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBCB is #4F4434. Grayscale: #B9B9B9. Windows color (decimal): -5194805 or 13351856. OLE color: 13351856.

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

Color convert

RGB 176 187 203 -
CMYK 0.13 0.08 0 0.20
HSL 215.56º 0.21% 0.74% -
HSV(B) 215.56º 0.13% 0.8% -
XYZ 46.45 49.08 63.53 -
YUV 185.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 176 187 203 0.13 0.08 0 0.20 215.56 0.21 0.74
Hex B0 BB CB D 8 0 14 D8 15 4A
Octal 260 273 313 15 10 0 24 330 25 112
Binary 10110000 10111011 11001011 1101 1000 0 10100 11011000 10101 1001010

Color Harmonies of #B0BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBCB

Black with #B0BBCB

Text Example


Text Example

White with #B0BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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