#BDBBF9

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

Shades of Lavender Blue #BDBBF9

Tints of Lavender Blue #BDBBF9

Color information

#BDBBF9 (or 0xBDBBF9) is unknown color: approx Lavender Blue. HEX triplet: BD, BB and F9. RGB value is (189,187,249). Sum of RGB (Red+Green+Blue) = 189+187+249=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 249 (97.66% from 255 or 39.84% from 625); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDBBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBF9 is #424406. Grayscale: #C2C2C2. Windows color (decimal): -4342791 or 16366525. OLE color: 16366525.

HSL color Cylindrical-coordinate representation of color #BDBBF9: hue angle of 241.94º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBBF9 is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189187249-
CMYK0.240.2500.02
HSL241.94º83.78%85.49%-
HSV(B)241.94º24.9%97.65%-
XYZ55.8653.296.95-
YUV194.67158.66123.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 187 (73.44% from 255) = 29.92%
BLUE value IS 249 (97.66% from 255) = 39.84%
R=30.24%
G=29.92%
B=39.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891872490.240.2500.02241.9483.7885.49
HexBDBBF9181902f25455
Octal275273371303102362124125
Binary10111101101110111111100111000110010101111001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBF9; }

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

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

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

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

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

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

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

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