#BDB7FD

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

Shades of Lavender Blue #BDB7FD

Tints of Lavender Blue #BDB7FD

Color information

#BDB7FD (or 0xBDB7FD) is unknown color: approx Lavender Blue. HEX triplet: BD, B7 and FD. RGB value is (189,183,253). Sum of RGB (Red+Green+Blue) = 189+183+253=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 183 (71.88% from 255 or 29.28% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDB7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FD is #424802. Grayscale: #C0C0C0. Windows color (decimal): -4343811 or 16627645. OLE color: 16627645.

HSL color Cylindrical-coordinate representation of color #BDB7FD: hue angle of 245.14º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDB7FD is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189183253-
CMYK0.250.2800.01
HSL245.14º94.59%85.49%-
HSV(B)245.14º27.67%99.22%-
XYZ55.6551.7899.99-
YUV192.77161.99125.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 183 (71.88% from 255) = 29.28%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=30.24%
G=29.28%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891832530.250.2800.01245.1494.5985.49
HexBDB7FD191C01f55f55
Octal275267375313401365137125
Binary1011110110110111111111011100111100011111010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7FD; }

 p { color: rgb(189,183,253); }

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

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

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

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

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

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

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