Html Css Color HEX #B1BBCB Spindle

📋 copy color: '#B1BBCB'

red 177 ◦ green 187 ◦ blue 203

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

Shades of Spindle #B1BBCB

Tints of Spindle #B1BBCB

RGB

 RED value IS 177 (69.53% from 255) = 31.22%

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

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

R = 31.22%
G = 32.98%
B = 35.8%

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

#B1BBCB (or 0xB1BBCB) is known color: Spindle. HEX triplet: B1, BB and CB. RGB value is (177,187,203). Sum of RGB (Red+Green+Blue) = 177+187+203=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1BBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBCB is #4E4434. Grayscale: #B9B9B9. Windows color (decimal): -5129269 or 13351857. OLE color: 13351857.

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

Color convert

RGB 177 187 203 -
CMYK 0.13 0.08 0 0.20
HSL 216.92º 0.2% 0.75% -
HSV(B) 216.92º 0.13% 0.8% -
XYZ 46.68 49.2 63.54 -
YUV 185.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 177 187 203 0.13 0.08 0 0.20 216.92 0.2 0.75
Hex B1 BB CB D 8 0 14 D9 14 4B
Octal 261 273 313 15 10 0 24 331 24 113
Binary 10110001 10111011 11001011 1101 1000 0 10100 11011001 10100 1001011

Color Harmonies of #B1BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BBCB

Black with #B1BBCB

Text Example


Text Example

White with #B1BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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