#BDB7FB

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

Shades of Lavender Blue #BDB7FB

Tints of Lavender Blue #BDB7FB

Color information

#BDB7FB (or 0xBDB7FB) is unknown color: approx Lavender Blue. HEX triplet: BD, B7 and FB. RGB value is (189,183,251). Sum of RGB (Red+Green+Blue) = 189+183+251=623 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.34% from 623); Green value is 183 (71.88% from 255 or 29.37% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDB7FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FB is #424804. Grayscale: #C0C0C0. Windows color (decimal): -4343813 or 16496573. OLE color: 16496573.

HSL color Cylindrical-coordinate representation of color #BDB7FB: hue angle of 245.29º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDB7FB is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189183251-
CMYK0.250.2700.02
HSL245.29º89.47%85.1%-
HSV(B)245.29º27.09%98.43%-
XYZ55.3351.6598.32-
YUV192.55160.99125.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.34%
GREEN value IS 183 (71.88% from 255) = 29.37%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=30.34%
G=29.37%
B=40.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891832510.250.2700.02245.2989.4785.1
HexBDB7FB191B02f55955
Octal275267373313302365131125
Binary10111101101101111111101111001110110101111010110110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7FB; }

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

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

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

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

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

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

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

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