Html Css Color HEX #B2AEDF Lavender Grey

📋 copy color: '#B2AEDF'

red 178 ◦ green 174 ◦ blue 223

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

Shades of Lavender Grey #B2AEDF

Tints of Lavender Grey #B2AEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 30.96%
G = 30.26%
B = 38.78%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2AEDF (or 0xB2AEDF) is known color: Lavender Grey. HEX triplet: B2, AE and DF. RGB value is (178,174,223). Sum of RGB (Red+Green+Blue) = 178+174+223=575 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.96% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEDF is #4D5120. Grayscale: #B4B4B4. Windows color (decimal): -5067041 or 14659250. OLE color: 14659250.

HSL color Cylindrical-coordinate representation of color #B2AEDF: hue angle of 244.9º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2AEDF is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 174 223 -
CMYK 0.20 0.22 0 0.13
HSL 244.9º 0.43% 0.78% -
HSV(B) 244.9º 0.22% 0.87% -
XYZ 46.82 45.06 76.04 -
YUV 180.78 151.83 126.02 -
System Red Green Blue C M Y K H S L
Decimal 178 174 223 0.20 0.22 0 0.13 244.9 0.43 0.78
Hex B2 AE DF 14 16 0 D F5 2B 4E
Octal 262 256 337 24 26 0 15 365 53 116
Binary 10110010 10101110 11011111 10100 10110 0 1101 11110101 101011 1001110

Color Harmonies of #B2AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEDF

Black with #B2AEDF

Text Example


Text Example

White with #B2AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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