#BDBEF6

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

Shades of Lavender Blue #BDBEF6

Tints of Lavender Blue #BDBEF6

Color information

#BDBEF6 (or 0xBDBEF6) is unknown color: approx Lavender Blue. HEX triplet: BD, BE and F6. RGB value is (189,190,246). Sum of RGB (Red+Green+Blue) = 189+190+246=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 246 (96.48% from 255 or 39.36% from 625); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDBEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBEF6 is #424109. Grayscale: #C3C3C3. Windows color (decimal): -4342026 or 16170685. OLE color: 16170685.

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

Color convert

RGB189190246-
CMYK0.230.2300.04
HSL238.95º76%85.29%-
HSV(B)238.95º23.17%96.47%-
XYZ56.0354.394.72-
YUV196.08156.17122.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 246 (96.48% from 255) = 39.36%
R=30.24%
G=30.4%
B=39.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1891902460.230.2300.04238.957685.29
HexBDBEF6171704ef4c55
Octal275276366272704357114125
Binary101111011011111011110110101111011101001110111110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBEF6; }

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

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

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

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

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

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

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

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