Html Css Color HEX #B2AEEC Lavender Grey

📋 copy color: '#B2AEEC'

red 178 ◦ green 174 ◦ blue 236

#B2AEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #B2AEEC

Tints of Lavender Grey #B2AEEC

RGB

 RED value IS 178 (69.92% from 255) = 30.27%

 GREEN value IS 174 (68.36% from 255) = 29.59%

 BLUE value IS 236 (92.58% from 255) = 40.14%

R = 30.27%
G = 29.59%
B = 40.14%

CMYK

 C value IS 0.25

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2AEEC (or 0xB2AEEC) is known color: Lavender Grey. HEX triplet: B2, AE and EC. RGB value is (178,174,236). Sum of RGB (Red+Green+Blue) = 178+174+236=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 174 (68.36% from 255 or 29.59% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2AEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEEC is #4D5113. Grayscale: #B6B6B6. Windows color (decimal): -5067028 or 15511218. OLE color: 15511218.

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

Color convert

RGB 178 174 236 -
CMYK 0.25 0.26 0 0.07
HSL 243.87º 0.62% 0.8% -
HSV(B) 243.87º 0.26% 0.93% -
XYZ 48.64 45.79 85.63 -
YUV 182.26 158.33 124.96 -
System Red Green Blue C M Y K H S L
Decimal 178 174 236 0.25 0.26 0 0.07 243.87 0.62 0.8
Hex B2 AE EC 19 1A 0 7 F4 3E 50
Octal 262 256 354 31 32 0 7 364 76 120
Binary 10110010 10101110 11101100 11001 11010 0 111 11110100 111110 1010000

Color Harmonies of #B2AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEEC

Black with #B2AEEC

Text Example


Text Example

White with #B2AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEEC; }

 p { color: rgb(178,174,236); }

 H1.HeaderClassName
 {
   color: #B2AEEC;
 }
 .AnyTagClassName
 {
   color: #B2AEEC;
 }
</style>

background-color css

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

 a { background-color: rgb(178,174,236); }

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

border-color css

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

 span { border-color: rgb(178,174,236); }

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