#B9ADFF

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

Shades of Lavender Blue #B9ADFF

Tints of Lavender Blue #B9ADFF

Color information

#B9ADFF (or 0xB9ADFF) is unknown color: approx Lavender Blue. HEX triplet: B9, AD and FF. RGB value is (185,173,255). Sum of RGB (Red+Green+Blue) = 185+173+255=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #B9ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ADFF is #465200. Grayscale: #B9B9B9. Windows color (decimal): -4608513 or 16756153. OLE color: 16756153.

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

Color convert

RGB185173255-
CMYK0.270.3200
HSL248.78º100%83.92%-
HSV(B)248.78º32.16%100%-
XYZ5347.42100.97-
YUV185.94166.98127.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.18%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 255 (100% from 255) = 41.60%
R=30.18%
G=28.22%
B=41.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1851732550.270.3200248.7810083.92
HexB9ADFF1B2000f96454
Octal271255377334000371144124
Binary10111001101011011111111111011100000001111100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ADFF; }

 p { color: rgb(185,173,255); }

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

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

 a { background-color: rgb(185,173,255); }

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

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

 span { border-color: rgb(185,173,255); }

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