#B0BECB

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

Shades of Spindle #B0BECB

Tints of Spindle #B0BECB

Color information

#B0BECB (or 0xB0BECB) is unknown color: approx Spindle. HEX triplet: B0, BE and CB. RGB value is (176,190,203). Sum of RGB (Red+Green+Blue) = 176+190+203=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BECB is #4F4134. Grayscale: #BBBBBB. Windows color (decimal): -5194037 or 13352624. OLE color: 13352624.

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

Color convert

RGB176190203-
CMYK0.130.0600.20
HSL208.89º20.61%74.31%-
HSV(B)208.89º13.3%79.61%-
XYZ47.150.3763.74-
YUV187.3136.86119.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.93%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=30.93%
G=33.39%
B=35.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761902030.130.0600.20208.8920.6174.31
HexB0BECBD6014d1154a
Octal26027631315602432125112
Binary101100001011111011001011110111001010011010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BECB; }

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

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

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

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

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

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

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

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