#B9BECA

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

Shades of Spindle #B9BECA

Tints of Spindle #B9BECA

Color information

#B9BECA (or 0xB9BECA) is unknown color: approx Spindle. HEX triplet: B9, BE and CA. RGB value is (185,190,202). Sum of RGB (Red+Green+Blue) = 185+190+202=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9BECA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BECA is #464135. Grayscale: #BDBDBD. Windows color (decimal): -4604214 or 13287097. OLE color: 13287097.

HSL color Cylindrical-coordinate representation of color #B9BECA: hue angle of 222.35º degrees, saturation: 0.14, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B9BECA is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185190202-
CMYK0.080.0600.21
HSL222.35º13.82%75.88%-
HSV(B)222.35º8.42%79.22%-
XYZ49.0851.4163.21-
YUV189.87134.84124.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 190 (74.61% from 255) = 32.93%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=32.06%
G=32.93%
B=35.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851902020.080.0600.21222.3513.8275.88
HexB9BECA86015dee4c
Octal27127631210602533616114
Binary10111001101111101100101010001100101011101111011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BECA; }

 p { color: rgb(185,190,202); }

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

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

 a { background-color: rgb(185,190,202); }

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

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

 span { border-color: rgb(185,190,202); }

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