#BDBBE7

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

Shades of Lavender Grey #BDBBE7

Tints of Lavender Grey #BDBBE7

Color information

#BDBBE7 (or 0xBDBBE7) is unknown color: approx Lavender Grey. HEX triplet: BD, BB and E7. RGB value is (189,187,231). Sum of RGB (Red+Green+Blue) = 189+187+231=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 231 (90.62% from 255 or 38.06% from 607); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDBBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBE7 is #424418. Grayscale: #C0C0C0. Windows color (decimal): -4342809 or 15186877. OLE color: 15186877.

HSL color Cylindrical-coordinate representation of color #BDBBE7: hue angle of 242.73º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDBBE7 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189187231-
CMYK0.180.1900.09
HSL242.73º47.83%81.96%-
HSV(B)242.73º19.05%90.59%-
XYZ53.1852.1382.86-
YUV192.61149.66125.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 187 (73.44% from 255) = 30.81%
BLUE value IS 231 (90.62% from 255) = 38.06%
R=31.14%
G=30.81%
B=38.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891872310.180.1900.09242.7347.8381.96
HexBDBBE7121309f33052
Octal275273347222301136360122
Binary101111011011101111100111100101001101001111100111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBE7; }

 p { color: rgb(189,187,231); }

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

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

 a { background-color: rgb(189,187,231); }

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

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

 span { border-color: rgb(189,187,231); }

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