#B9AFFD

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

Shades of Lavender Blue #B9AFFD

Tints of Lavender Blue #B9AFFD

Color information

#B9AFFD (or 0xB9AFFD) is unknown color: approx Lavender Blue. HEX triplet: B9, AF and FD. RGB value is (185,175,253). Sum of RGB (Red+Green+Blue) = 185+175+253=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #B9AFFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AFFD is #465002. Grayscale: #BABABA. Windows color (decimal): -4608003 or 16625593. OLE color: 16625593.

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

Color convert

RGB185175253-
CMYK0.270.3100.01
HSL247.69º95.12%83.92%-
HSV(B)247.69º30.83%99.22%-
XYZ53.0748.0799.41-
YUV186.88165.31126.66-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.18%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 253 (99.22% from 255) = 41.27%
R=30.18%
G=28.55%
B=41.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1851752530.270.3100.01247.6995.1283.92
HexB9AFFD1B1F01f85f54
Octal271257375333701370137124
Binary1011100110101111111111011101111111011111100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AFFD; }

 p { color: rgb(185,175,253); }

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

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

 a { background-color: rgb(185,175,253); }

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

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

 span { border-color: rgb(185,175,253); }

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