Html Css Color HEX #B0AEDF Lavender Grey

📋 copy color: '#B0AEDF'

red 176 ◦ green 174 ◦ blue 223

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

Shades of Lavender Grey #B0AEDF

Tints of Lavender Grey #B0AEDF

RGB

 RED value IS 176 (69.14% from 255) = 30.72%

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

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

R = 30.72%
G = 30.37%
B = 38.92%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0AEDF (or 0xB0AEDF) is known color: Lavender Grey. HEX triplet: B0, AE and DF. RGB value is (176,174,223). Sum of RGB (Red+Green+Blue) = 176+174+223=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0AEDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AEDF is #4F5120. Grayscale: #B3B3B3. Windows color (decimal): -5198113 or 14659248. OLE color: 14659248.

HSL color Cylindrical-coordinate representation of color #B0AEDF: hue angle of 242.45º 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 #B0AEDF is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 174 223 -
CMYK 0.21 0.22 0 0.13
HSL 242.45º 0.43% 0.78% -
HSV(B) 242.45º 0.22% 0.87% -
XYZ 46.36 44.83 76.02 -
YUV 180.18 152.16 125.02 -
System Red Green Blue C M Y K H S L
Decimal 176 174 223 0.21 0.22 0 0.13 242.45 0.43 0.78
Hex B0 AE DF 15 16 0 D F2 2B 4E
Octal 260 256 337 25 26 0 15 362 53 116
Binary 10110000 10101110 11011111 10101 10110 0 1101 11110010 101011 1001110

Color Harmonies of #B0AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AEDF

Black with #B0AEDF

Text Example


Text Example

White with #B0AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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