#B2BECB

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

Shades of Spindle #B2BECB

Tints of Spindle #B2BECB

Color information

#B2BECB (or 0xB2BECB) is unknown color: approx Spindle. HEX triplet: B2, BE and CB. RGB value is (178,190,203). Sum of RGB (Red+Green+Blue) = 178+190+203=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2BECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BECB is #4D4134. Grayscale: #BBBBBB. Windows color (decimal): -5062965 or 13352626. OLE color: 13352626.

HSL color Cylindrical-coordinate representation of color #B2BECB: hue angle of 211.2º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B2BECB is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB178190203-
CMYK0.120.0600.20
HSL211.2º19.38%74.71%-
HSV(B)211.2º12.32%79.61%-
XYZ47.5550.663.76-
YUV187.89136.52120.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.17%
GREEN value IS 190 (74.61% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=31.17%
G=33.27%
B=35.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1781902030.120.0600.20211.219.3874.71
HexB2BECBC6014d3134b
Octal26227631314602432323113
Binary101100101011111011001011110011001010011010011100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BECB; }

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

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

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

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

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

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

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

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