Html Css Color HEX #B0AED3 Lavender Grey

📋 copy color: '#B0AED3'

red 176 ◦ green 174 ◦ blue 211

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

Shades of Lavender Grey #B0AED3

Tints of Lavender Grey #B0AED3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.61%

R = 31.37%
G = 31.02%
B = 37.61%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B0AED3 (or 0xB0AED3) is known color: Lavender Grey. HEX triplet: B0, AE and D3. RGB value is (176,174,211). Sum of RGB (Red+Green+Blue) = 176+174+211=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 174 (68.36% from 255 or 31.02% from 561); Blue value is 211 (82.81% from 255 or 37.61% from 561); Max value from RGB is 211 - color contains mainly: blue. Hex color #B0AED3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0AED3 is #4F512C. Grayscale: #B2B2B2. Windows color (decimal): -5198125 or 13872816. OLE color: 13872816.

HSL color Cylindrical-coordinate representation of color #B0AED3: hue angle of 243.24º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0AED3 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 174 211 -
CMYK 0.17 0.18 0 0.17
HSL 243.24º 0.3% 0.75% -
HSV(B) 243.24º 0.18% 0.83% -
XYZ 44.8 44.21 67.8 -
YUV 178.82 146.16 125.99 -
System Red Green Blue C M Y K H S L
Decimal 176 174 211 0.17 0.18 0 0.17 243.24 0.3 0.75
Hex B0 AE D3 11 12 0 11 F3 1E 4B
Octal 260 256 323 21 22 0 21 363 36 113
Binary 10110000 10101110 11010011 10001 10010 0 10001 11110011 11110 1001011

Color Harmonies of #B0AED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AED3

Black with #B0AED3

Text Example


Text Example

White with #B0AED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AED3; }

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

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

background-color css

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

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

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

border-color css

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

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

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