#BDBBF2

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

Shades of Lavender Blue #BDBBF2

Tints of Lavender Blue #BDBBF2

Color information

#BDBBF2 (or 0xBDBBF2) is unknown color: approx Lavender Blue. HEX triplet: BD, BB and F2. RGB value is (189,187,242). Sum of RGB (Red+Green+Blue) = 189+187+242=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBF2 is #42440D. Grayscale: #C1C1C1. Windows color (decimal): -4342798 or 15907773. OLE color: 15907773.

HSL color Cylindrical-coordinate representation of color #BDBBF2: hue angle of 242.18º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBBF2 is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB189187242-
CMYK0.220.2300.05
HSL242.18º67.9%84.12%-
HSV(B)242.18º22.73%94.9%-
XYZ54.7852.7791.3-
YUV193.87155.16124.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 242 (94.92% from 255) = 39.16%
R=30.58%
G=30.26%
B=39.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891872420.220.2300.05242.1867.984.12
HexBDBBF2161705f24454
Octal275273362262705362104124
Binary101111011011101111110010101101011101011111001010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBF2; }

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

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

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

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

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

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

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

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