#B9BDCA

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

Shades of Spindle #B9BDCA

Tints of Spindle #B9BDCA

Color information

#B9BDCA (or 0xB9BDCA) is unknown color: approx Spindle. HEX triplet: B9, BD and CA. RGB value is (185,189,202). Sum of RGB (Red+Green+Blue) = 185+189+202=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #B9BDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDCA is #464235. Grayscale: #BDBDBD. Windows color (decimal): -4604470 or 13286841. OLE color: 13286841.

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

Color convert

RGB185189202-
CMYK0.080.0600.21
HSL225.88º13.82%75.88%-
HSV(B)225.88º8.42%79.22%-
XYZ48.8750.9763.14-
YUV189.29135.17124.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=32.12%
G=32.81%
B=35.07%

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
Decimal1851892020.080.0600.21225.8813.8275.88
HexB9BDCA86015e2e4c
Octal27127531210602534216114
Binary10111001101111011100101010001100101011110001011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDCA; }

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

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

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

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

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

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

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

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