#B0BBCF

Color #B0BBCF Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B0BBCF

Tints of Spindle #B0BBCF

Color information

#B0BBCF (or 0xB0BBCF) is unknown color: approx Spindle. HEX triplet: B0, BB and CF. RGB value is (176,187,207). Sum of RGB (Red+Green+Blue) = 176+187+207=570 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.88% from 570); Green value is 187 (73.44% from 255 or 32.81% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0BBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBCF is #4F4430. Grayscale: #B9B9B9. Windows color (decimal): -5194801 or 13614000. OLE color: 13614000.

HSL color Cylindrical-coordinate representation of color #B0BBCF: hue angle of 218.71º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0BBCF is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176187207-
CMYK0.150.1000.19
HSL218.71º24.41%75.1%-
HSV(B)218.71º14.98%81.18%-
XYZ46.9449.2866.07-
YUV185.99139.86120.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.88%
GREEN value IS 187 (73.44% from 255) = 32.81%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=30.88%
G=32.81%
B=36.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1761872070.150.1000.19218.7124.4175.1
HexB0BBCFFA013db184b
Octal260273317171202333330113
Binary1011000010111011110011111111101001001111011011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBCF; }

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

 H1.HeaderClassName
 {
   color: #B0BBCF;
 }
 .AnyTagClassName
 {
   color: #B0BBCF;
 }
</style>
background-color css

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

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

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

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

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

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