#B9BDCF

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

Shades of Lavender Grey #B9BDCF

Tints of Lavender Grey #B9BDCF

Color information

#B9BDCF (or 0xB9BDCF) is unknown color: approx Lavender Grey. HEX triplet: B9, BD and CF. RGB value is (185,189,207). Sum of RGB (Red+Green+Blue) = 185+189+207=581 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.84% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #B9BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9BDCF is #464230. Grayscale: #BDBDBD. Windows color (decimal): -4604465 or 13614521. OLE color: 13614521.

HSL color Cylindrical-coordinate representation of color #B9BDCF: hue angle of 229.09º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9BDCF is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB185189207-
CMYK0.110.0900.19
HSL229.09º18.64%76.86%-
HSV(B)229.09º10.63%81.18%-
XYZ49.4751.2166.31-
YUV189.86137.67124.54-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.84%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 207 (81.25% from 255) = 35.63%
R=31.84%
G=32.53%
B=35.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1851892070.110.0900.19229.0918.6476.86
HexB9BDCFB9013e5134d
Octal271275317131102334523115
Binary1011100110111101110011111011100101001111100101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BDCF; }

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

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

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

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

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

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

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

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