Html Css Color HEX #B0BBC9 Spindle

📋 copy color: '#B0BBC9'

red 176 ◦ green 187 ◦ blue 201

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

Shades of Spindle #B0BBC9

Tints of Spindle #B0BBC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 35.64%

R = 31.21%
G = 33.16%
B = 35.64%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B0BBC9 (or 0xB0BBC9) is known color: Spindle. HEX triplet: B0, BB and C9. RGB value is (176,187,201). Sum of RGB (Red+Green+Blue) = 176+187+201=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 201 (78.91% from 255 or 35.64% from 564); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0BBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBC9 is #4F4436. Grayscale: #B9B9B9. Windows color (decimal): -5194807 or 13220784. OLE color: 13220784.

HSL color Cylindrical-coordinate representation of color #B0BBC9: hue angle of 213.6º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0BBC9 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 187 201 -
CMYK 0.12 0.07 0 0.21
HSL 213.6º 0.19% 0.74% -
HSV(B) 213.6º 0.12% 0.79% -
XYZ 46.22 48.99 62.28 -
YUV 185.31 136.86 121.36 -
System Red Green Blue C M Y K H S L
Decimal 176 187 201 0.12 0.07 0 0.21 213.6 0.19 0.74
Hex B0 BB C9 C 7 0 15 D6 13 4A
Octal 260 273 311 14 7 0 25 326 23 112
Binary 10110000 10111011 11001001 1100 111 0 10101 11010110 10011 1001010

Color Harmonies of #B0BBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBC9

Black with #B0BBC9

Text Example


Text Example

White with #B0BBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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