#B0BDCB

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

Shades of Spindle #B0BDCB

Tints of Spindle #B0BDCB

Color information

#B0BDCB (or 0xB0BDCB) is unknown color: approx Spindle. HEX triplet: B0, BD and CB. RGB value is (176,189,203). Sum of RGB (Red+Green+Blue) = 176+189+203=568 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.99% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0BDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BDCB is #4F4234. Grayscale: #BABABA. Windows color (decimal): -5194293 or 13352368. OLE color: 13352368.

HSL color Cylindrical-coordinate representation of color #B0BDCB: hue angle of 211.11º 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 #B0BDCB is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176189203-
CMYK0.130.0700.20
HSL211.11º20.61%74.31%-
HSV(B)211.11º13.3%79.61%-
XYZ46.8849.9463.67-
YUV186.71137.19120.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.99%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=30.99%
G=33.27%
B=35.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761892030.130.0700.20211.1120.6174.31
HexB0BDCBD7014d3154a
Octal26027531315702432325112
Binary101100001011110111001011110111101010011010011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BDCB; }

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

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

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

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

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

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

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

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