#BDBDF2

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

Shades of Lavender Blue #BDBDF2

Tints of Lavender Blue #BDBDF2

Color information

#BDBDF2 (or 0xBDBDF2) is unknown color: approx Lavender Blue. HEX triplet: BD, BD and F2. RGB value is (189,189,242). Sum of RGB (Red+Green+Blue) = 189+189+242=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #BDBDF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDF2 is #42420D. Grayscale: #C2C2C2. Windows color (decimal): -4342286 or 15908285. OLE color: 15908285.

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

Color convert

RGB189189242-
CMYK0.220.2200.05
HSL240º67.09%84.51%-
HSV(B)240º21.9%94.9%-
XYZ55.2153.6291.45-
YUV195.04154.5123.69-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=30.48%
G=30.48%
B=39.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1891892420.220.2200.0524067.0984.51
HexBDBDF2161605f04355
Octal275275362262605360103125
Binary101111011011110111110010101101011001011111000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDF2; }

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

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

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

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

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

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

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

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