#BDBEF7

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

Shades of Lavender Blue #BDBEF7

Tints of Lavender Blue #BDBEF7

Color information

#BDBEF7 (or 0xBDBEF7) is unknown color: approx Lavender Blue. HEX triplet: BD, BE and F7. RGB value is (189,190,247). Sum of RGB (Red+Green+Blue) = 189+190+247=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 247 (96.88% from 255 or 39.46% from 626); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDBEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEF7 is #424108. Grayscale: #C3C3C3. Windows color (decimal): -4342025 or 16236221. OLE color: 16236221.

HSL color Cylindrical-coordinate representation of color #BDBEF7: hue angle of 238.97º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDBEF7 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189190247-
CMYK0.230.2300.03
HSL238.97º78.38%85.49%-
HSV(B)238.97º23.48%96.86%-
XYZ56.1954.3695.53-
YUV196.2156.67122.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 247 (96.88% from 255) = 39.46%
R=30.19%
G=30.35%
B=39.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891902470.230.2300.03238.9778.3885.49
HexBDBEF7171703ef4e55
Octal275276367272703357116125
Binary10111101101111101111011110111101110111110111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEF7; }

 p { color: rgb(189,190,247); }

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

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

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

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

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

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

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