#B4ADEC

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

Shades of Lavender Grey #B4ADEC

Tints of Lavender Grey #B4ADEC

Color information

#B4ADEC (or 0xB4ADEC) is unknown color: approx Lavender Grey. HEX triplet: B4, AD and EC. RGB value is (180,173,236). Sum of RGB (Red+Green+Blue) = 180+173+236=589 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.56% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #B4ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADEC is #4B5213. Grayscale: #B6B6B6. Windows color (decimal): -4936212 or 15510964. OLE color: 15510964.

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

Color convert

RGB180173236-
CMYK0.240.2700.07
HSL246.67º62.38%80.2%-
HSV(B)246.67º26.69%92.55%-
XYZ48.9145.6585.59-
YUV182.27158.32126.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.56%
GREEN value IS 173 (67.97% from 255) = 29.37%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=30.56%
G=29.37%
B=40.07%

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
Decimal1801732360.240.2700.07246.6762.3880.2
HexB4ADEC181B07f73e50
Octal26425535430330736776120
Binary10110100101011011110110011000110110111111101111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADEC; }

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

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

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

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

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

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

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

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