Html Css Color HEX #B0AED6 Lavender Grey

📋 copy color: '#B0AED6'

red 176 ◦ green 174 ◦ blue 214

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

Shades of Lavender Grey #B0AED6

Tints of Lavender Grey #B0AED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 31.21%
G = 30.85%
B = 37.94%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0AED6 (or 0xB0AED6) is known color: Lavender Grey. HEX triplet: B0, AE and D6. RGB value is (176,174,214). Sum of RGB (Red+Green+Blue) = 176+174+214=564 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.21% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #B0AED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AED6 is #4F5129. Grayscale: #B2B2B2. Windows color (decimal): -5198122 or 14069424. OLE color: 14069424.

HSL color Cylindrical-coordinate representation of color #B0AED6: hue angle of 243º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B0AED6 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 174 214 -
CMYK 0.18 0.19 0 0.16
HSL 243º 0.33% 0.76% -
HSV(B) 243º 0.19% 0.84% -
XYZ 45.18 44.36 69.8 -
YUV 179.16 147.66 125.75 -
System Red Green Blue C M Y K H S L
Decimal 176 174 214 0.18 0.19 0 0.16 243 0.33 0.76
Hex B0 AE D6 12 13 0 10 F3 21 4C
Octal 260 256 326 22 23 0 20 363 41 114
Binary 10110000 10101110 11010110 10010 10011 0 10000 11110011 100001 1001100

Color Harmonies of #B0AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AED6

Black with #B0AED6

Text Example


Text Example

White with #B0AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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