#B9BECC

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

Shades of Spindle #B9BECC

Tints of Spindle #B9BECC

Color information

#B9BECC (or 0xB9BECC) is unknown color: approx Spindle. HEX triplet: B9, BE and CC. RGB value is (185,190,204). Sum of RGB (Red+Green+Blue) = 185+190+204=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 190 (74.61% from 255 or 32.82% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 204 - color contains mainly: blue. Hex color #B9BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BECC is #464133. Grayscale: #BEBEBE. Windows color (decimal): -4604212 or 13418169. OLE color: 13418169.

HSL color Cylindrical-coordinate representation of color #B9BECC: hue angle of 224.21º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9BECC is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB185190204-
CMYK0.090.0700.2
HSL224.21º15.7%76.27%-
HSV(B)224.21º9.31%80%-
XYZ49.3251.564.47-
YUV190.1135.84124.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 190 (74.61% from 255) = 32.82%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=31.95%
G=32.82%
B=35.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1851902040.090.0700.2224.2115.776.27
HexB9BECC97014e0104c
Octal27127631411702434020114
Binary101110011011111011001100100111101010011100000100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BECC; }

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

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

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

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

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

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

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

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