#BDB1FF

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

Shades of Lavender Blue #BDB1FF

Tints of Lavender Blue #BDB1FF

Color information

#BDB1FF (or 0xBDB1FF) is unknown color: approx Lavender Blue. HEX triplet: BD, B1 and FF. RGB value is (189,177,255). Sum of RGB (Red+Green+Blue) = 189+177+255=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDB1FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDB1FF is #424E00. Grayscale: #BDBDBD. Windows color (decimal): -4345345 or 16757181. OLE color: 16757181.

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

Color convert

RGB189177255-
CMYK0.260.3100
HSL249.23º100%84.71%-
HSV(B)249.23º30.59%100%-
XYZ54.7649.48101.27-
YUV189.48164.98127.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 177 (69.53% from 255) = 28.50%
BLUE value IS 255 (100% from 255) = 41.06%
R=30.43%
G=28.50%
B=41.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891772550.260.3100249.2310084.71
HexBDB1FF1A1F00f96455
Octal275261377323700371144125
Binary1011110110110001111111111101011111001111100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB1FF; }

 p { color: rgb(189,177,255); }

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

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

 a { background-color: rgb(189,177,255); }

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

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

 span { border-color: rgb(189,177,255); }

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