#B4ADEE

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

Shades of Lavender Grey #B4ADEE

Tints of Lavender Grey #B4ADEE

Color information

#B4ADEE (or 0xB4ADEE) is unknown color: approx Lavender Grey. HEX triplet: B4, AD and EE. RGB value is (180,173,238). Sum of RGB (Red+Green+Blue) = 180+173+238=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 238 (93.36% from 255 or 40.27% from 591); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4ADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADEE is #4B5211. Grayscale: #B6B6B6. Windows color (decimal): -4936210 or 15642036. OLE color: 15642036.

HSL color Cylindrical-coordinate representation of color #B4ADEE: hue angle of 246.46º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4ADEE is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180173238-
CMYK0.240.2700.07
HSL246.46º65.66%80.59%-
HSV(B)246.46º27.31%93.33%-
XYZ49.245.7687.13-
YUV182.5159.32126.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.46%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 238 (93.36% from 255) = 40.27%
R=30.46%
G=29.27%
B=40.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801732380.240.2700.07246.4665.6680.59
HexB4ADEE181B07f64251
Octal264255356303307366102121
Binary101101001010110111101110110001101101111111011010000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADEE; }

 p { color: rgb(180,173,238); }

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

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

 a { background-color: rgb(180,173,238); }

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

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

 span { border-color: rgb(180,173,238); }

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