#BDB6FA

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

Shades of Lavender Blue #BDB6FA

Tints of Lavender Blue #BDB6FA

Color information

#BDB6FA (or 0xBDB6FA) is unknown color: approx Lavender Blue. HEX triplet: BD, B6 and FA. RGB value is (189,182,250). Sum of RGB (Red+Green+Blue) = 189+182+250=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDB6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB6FA is #424905. Grayscale: #BFBFBF. Windows color (decimal): -4344070 or 16430781. OLE color: 16430781.

HSL color Cylindrical-coordinate representation of color #BDB6FA: hue angle of 246.18º degrees, saturation: 0.87, 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 #BDB6FA is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189182250-
CMYK0.240.2700.02
HSL246.18º87.18%84.71%-
HSV(B)246.18º27.2%98.04%-
XYZ54.9751.1897.42-
YUV191.84160.82125.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 182 (71.48% from 255) = 29.31%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=30.43%
G=29.31%
B=40.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891822500.240.2700.02246.1887.1884.71
HexBDB6FA181B02f65755
Octal275266372303302366127125
Binary10111101101101101111101011000110110101111011010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB6FA; }

 p { color: rgb(189,182,250); }

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

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

 a { background-color: rgb(189,182,250); }

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

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

 span { border-color: rgb(189,182,250); }

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