#B8ADFF

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

Shades of Lavender Blue #B8ADFF

Tints of Lavender Blue #B8ADFF

Color information

#B8ADFF (or 0xB8ADFF) is unknown color: approx Lavender Blue. HEX triplet: B8, AD and FF. RGB value is (184,173,255). Sum of RGB (Red+Green+Blue) = 184+173+255=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 173 (67.97% from 255 or 28.27% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ADFF is #475200. Grayscale: #B9B9B9. Windows color (decimal): -4674049 or 16756152. OLE color: 16756152.

HSL color Cylindrical-coordinate representation of color #B8ADFF: hue angle of 248.05º 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 #B8ADFF is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB184173255-
CMYK0.280.3200
HSL248.05º100%83.92%-
HSV(B)248.05º32.16%100%-
XYZ52.7647.3100.96-
YUV185.64167.14126.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.07%
GREEN value IS 173 (67.97% from 255) = 28.27%
BLUE value IS 255 (100% from 255) = 41.67%
R=30.07%
G=28.27%
B=41.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1841732550.280.3200248.0510083.92
HexB8ADFF1C2000f86454
Octal270255377344000370144124
Binary10111000101011011111111111100100000001111100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ADFF; }

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

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

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

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

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

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

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

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