#BDAFFF

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

Shades of Lavender Blue #BDAFFF

Tints of Lavender Blue #BDAFFF

Color information

#BDAFFF (or 0xBDAFFF) is unknown color: approx Lavender Blue. HEX triplet: BD, AF and FF. RGB value is (189,175,255). Sum of RGB (Red+Green+Blue) = 189+175+255=619 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.53% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDAFFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAFFF is #425000. Grayscale: #BCBCBC. Windows color (decimal): -4345857 or 16756669. OLE color: 16756669.

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

Color convert

RGB189175255-
CMYK0.260.3100
HSL250.5º100%84.31%-
HSV(B)250.5º31.37%100%-
XYZ54.3748.7101.14-
YUV188.31165.64128.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.53%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 255 (100% from 255) = 41.20%
R=30.53%
G=28.27%
B=41.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891752550.260.3100250.510084.31
HexBDAFFF1A1F00fa6454
Octal275257377323700372144124
Binary1011110110101111111111111101011111001111101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAFFF; }

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

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

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

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

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

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

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

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