#BDBFFB

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

Shades of Lavender Blue #BDBFFB

Tints of Lavender Blue #BDBFFB

Color information

#BDBFFB (or 0xBDBFFB) is unknown color: approx Lavender Blue. HEX triplet: BD, BF and FB. RGB value is (189,191,251). Sum of RGB (Red+Green+Blue) = 189+191+251=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 191 (75% from 255 or 30.27% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDBFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBFFB is #424004. Grayscale: #C5C5C5. Windows color (decimal): -4341765 or 16498621. OLE color: 16498621.

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

Color convert

RGB189191251-
CMYK0.250.2400.02
HSL238.06º88.57%86.27%-
HSV(B)238.06º24.7%98.43%-
XYZ57.0355.0598.89-
YUV197.24158.34122.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.95%
GREEN value IS 191 (75% from 255) = 30.27%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=29.95%
G=30.27%
B=39.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891912510.250.2400.02238.0688.5786.27
HexBDBFFB191802ee5956
Octal275277373313002356131126
Binary10111101101111111111101111001110000101110111010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBFFB; }

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

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

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

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

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

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

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

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