#BDB3FC

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

Shades of Lavender Blue #BDB3FC

Tints of Lavender Blue #BDB3FC

Color information

#BDB3FC (or 0xBDB3FC) is unknown color: approx Lavender Blue. HEX triplet: BD, B3 and FC. RGB value is (189,179,252). Sum of RGB (Red+Green+Blue) = 189+179+252=620 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.48% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3FC is #424C03. Grayscale: #BEBEBE. Windows color (decimal): -4344836 or 16561085. OLE color: 16561085.

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

Color convert

RGB189179252-
CMYK0.250.2900.01
HSL248.22º92.41%84.51%-
HSV(B)248.22º28.97%98.82%-
XYZ54.6850.0998.88-
YUV190.31162.81127.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.48%
GREEN value IS 179 (70.31% from 255) = 28.87%
BLUE value IS 252 (98.83% from 255) = 40.65%
R=30.48%
G=28.87%
B=40.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891792520.250.2900.01248.2292.4184.51
HexBDB3FC191D01f85c55
Octal275263374313501370134125
Binary1011110110110011111111001100111101011111100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3FC; }

 p { color: rgb(189,179,252); }

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

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

 a { background-color: rgb(189,179,252); }

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

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

 span { border-color: rgb(189,179,252); }

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