#BDB5FE

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

Shades of Lavender Blue #BDB5FE

Tints of Lavender Blue #BDB5FE

Color information

#BDB5FE (or 0xBDB5FE) is unknown color: approx Lavender Blue. HEX triplet: BD, B5 and FE. RGB value is (189,181,254). Sum of RGB (Red+Green+Blue) = 189+181+254=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB5FE is #424A01. Grayscale: #BFBFBF. Windows color (decimal): -4344322 or 16692669. OLE color: 16692669.

HSL color Cylindrical-coordinate representation of color #BDB5FE: hue angle of 246.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BDB5FE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB189181254-
CMYK0.260.2900.00
HSL246.58º97.33%85.29%-
HSV(B)246.58º28.74%99.61%-
XYZ55.451.02100.69-
YUV191.71163.15126.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 181 (71.09% from 255) = 29.01%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=30.29%
G=29.01%
B=40.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1891812540.260.2900.00246.5897.3385.29
HexBDB5FE1A1D00f76155
Octal275265376323500367141125
Binary1011110110110101111111101101011101001111011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5FE; }

 p { color: rgb(189,181,254); }

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

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

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

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

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

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

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