#B9BECD

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

Shades of Spindle #B9BECD

Tints of Spindle #B9BECD

Color information

#B9BECD (or 0xB9BECD) is unknown color: approx Spindle. HEX triplet: B9, BE and CD. RGB value is (185,190,205). Sum of RGB (Red+Green+Blue) = 185+190+205=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BECD is #464132. Grayscale: #BEBEBE. Windows color (decimal): -4604211 or 13483705. OLE color: 13483705.

HSL color Cylindrical-coordinate representation of color #B9BECD: hue angle of 225º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9BECD is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185190205-
CMYK0.100.0700.20
HSL225º16.67%76.47%-
HSV(B)225º9.76%80.39%-
XYZ49.4451.5565.1-
YUV190.21136.34124.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=31.90%
G=32.76%
B=35.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851902050.100.0700.2022516.6776.47
HexB9BECDA7014e1114c
Octal27127631512702434121114
Binary101110011011111011001101101011101010011100001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BECD; }

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

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

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

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

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

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

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

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