#BDB9F0

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

Shades of Lavender Grey #BDB9F0

Tints of Lavender Grey #BDB9F0

Color information

#BDB9F0 (or 0xBDB9F0) is unknown color: approx Lavender Grey. HEX triplet: BD, B9 and F0. RGB value is (189,185,240). Sum of RGB (Red+Green+Blue) = 189+185+240=614 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.78% from 614); Green value is 185 (72.66% from 255 or 30.13% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDB9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB9F0 is #42460F. Grayscale: #C0C0C0. Windows color (decimal): -4343312 or 15776189. OLE color: 15776189.

HSL color Cylindrical-coordinate representation of color #BDB9F0: hue angle of 244.36º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDB9F0 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189185240-
CMYK0.210.2300.06
HSL244.36º64.71%83.33%-
HSV(B)244.36º22.92%94.12%-
XYZ54.0651.8189.59-
YUV192.47154.83125.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.78%
GREEN value IS 185 (72.66% from 255) = 30.13%
BLUE value IS 240 (94.14% from 255) = 39.09%
R=30.78%
G=30.13%
B=39.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891852400.210.2300.06244.3664.7183.33
HexBDB9F0151706f44153
Octal275271360252706364101123
Binary101111011011100111110000101011011101101111010010000011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9F0; }

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

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

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

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

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

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

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

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