Html Css Color HEX #B0BBCC Spindle

📋 copy color: '#B0BBCC'

red 176 ◦ green 187 ◦ blue 204

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

Shades of Spindle #B0BBCC

Tints of Spindle #B0BBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.98%

R = 31.04%
G = 32.98%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B0BBCC (or 0xB0BBCC) is known color: Spindle. HEX triplet: B0, BB and CC. RGB value is (176,187,204). Sum of RGB (Red+Green+Blue) = 176+187+204=567 (75% of max value = 765). Red value is 176 (69.14% from 255 or 31.04% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 204 (80.08% from 255 or 35.98% from 567); Max value from RGB is 204 - color contains mainly: blue. Hex color #B0BBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBCC is #4F4433. Grayscale: #B9B9B9. Windows color (decimal): -5194804 or 13417392. OLE color: 13417392.

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

Color convert

RGB 176 187 204 -
CMYK 0.14 0.08 0 0.2
HSL 216.43º 0.22% 0.75% -
HSV(B) 216.43º 0.14% 0.8% -
XYZ 46.57 49.13 64.16 -
YUV 185.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 176 187 204 0.14 0.08 0 0.2 216.43 0.22 0.75
Hex B0 BB CC E 8 0 14 D8 16 4B
Octal 260 273 314 16 10 0 24 330 26 113
Binary 10110000 10111011 11001100 1110 1000 0 10100 11011000 10110 1001011

Color Harmonies of #B0BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBCC

Black with #B0BBCC

Text Example


Text Example

White with #B0BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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