#BDBDFA

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

Shades of Lavender Blue #BDBDFA

Tints of Lavender Blue #BDBDFA

Color information

#BDBDFA (or 0xBDBDFA) is unknown color: approx Lavender Blue. HEX triplet: BD, BD and FA. RGB value is (189,189,250). Sum of RGB (Red+Green+Blue) = 189+189+250=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 250 (98.05% from 255 or 39.81% from 628); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDBDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDFA is #424205. Grayscale: #C3C3C3. Windows color (decimal): -4342278 or 16432573. OLE color: 16432573.

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

Color convert

RGB189189250-
CMYK0.240.2400.02
HSL240º85.92%86.08%-
HSV(B)240º24.4%98.04%-
XYZ56.4454.1297.91-
YUV195.95158.5123.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 250 (98.05% from 255) = 39.81%
R=30.10%
G=30.10%
B=39.81%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891892500.240.2400.0224085.9286.08
HexBDBDFA181802f05656
Octal275275372303002360126126
Binary10111101101111011111101011000110000101111000010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDFA; }

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

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

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

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

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

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

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

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