Html Css Color HEX #B2AEEB Lavender Grey

📋 copy color: '#B2AEEB'

red 178 ◦ green 174 ◦ blue 235

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

Shades of Lavender Grey #B2AEEB

Tints of Lavender Grey #B2AEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 30.32%
G = 29.64%
B = 40.03%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B2AEEB (or 0xB2AEEB) is known color: Lavender Grey. HEX triplet: B2, AE and EB. RGB value is (178,174,235). Sum of RGB (Red+Green+Blue) = 178+174+235=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #B2AEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEEB is #4D5114. Grayscale: #B5B5B5. Windows color (decimal): -5067029 or 15445682. OLE color: 15445682.

HSL color Cylindrical-coordinate representation of color #B2AEEB: hue angle of 243.93º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2AEEB is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 174 235 -
CMYK 0.24 0.26 0 0.08
HSL 243.93º 0.6% 0.8% -
HSV(B) 243.93º 0.26% 0.92% -
XYZ 48.49 45.74 84.87 -
YUV 182.15 157.83 125.04 -
System Red Green Blue C M Y K H S L
Decimal 178 174 235 0.24 0.26 0 0.08 243.93 0.6 0.8
Hex B2 AE EB 18 1A 0 8 F4 3C 50
Octal 262 256 353 30 32 0 10 364 74 120
Binary 10110010 10101110 11101011 11000 11010 0 1000 11110100 111100 1010000

Color Harmonies of #B2AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEEB

Black with #B2AEEB

Text Example


Text Example

White with #B2AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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