Html Css Color HEX #B0A8E5 Lavender Grey

📋 copy color: '#B0A8E5'

red 176 ◦ green 168 ◦ blue 229

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

Shades of Lavender Grey #B0A8E5

Tints of Lavender Grey #B0A8E5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.32%

 BLUE value IS 229 (89.84% from 255) = 39.97%

R = 30.72%
G = 29.32%
B = 39.97%

CMYK

 C value IS 0.23

 M value IS 0.27

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B0A8E5 (or 0xB0A8E5) is known color: Lavender Grey. HEX triplet: B0, A8 and E5. RGB value is (176,168,229). Sum of RGB (Red+Green+Blue) = 176+168+229=573 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.72% from 573); Green value is 168 (66.02% from 255 or 29.32% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #B0A8E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A8E5 is #4F571A. Grayscale: #B1B1B1. Windows color (decimal): -5199643 or 15050928. OLE color: 15050928.

HSL color Cylindrical-coordinate representation of color #B0A8E5: hue angle of 247.87º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0A8E5 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 168 229 -
CMYK 0.23 0.27 0 0.10
HSL 247.87º 0.54% 0.78% -
HSV(B) 247.87º 0.27% 0.9% -
XYZ 46.05 42.89 79.98 -
YUV 177.35 157.15 127.04 -
System Red Green Blue C M Y K H S L
Decimal 176 168 229 0.23 0.27 0 0.10 247.87 0.54 0.78
Hex B0 A8 E5 17 1B 0 A F8 36 4E
Octal 260 250 345 27 33 0 12 370 66 116
Binary 10110000 10101000 11100101 10111 11011 0 1010 11111000 110110 1001110

Color Harmonies of #B0A8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A8E5

Black with #B0A8E5

Text Example


Text Example

White with #B0A8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A8E5; }

 p { color: rgb(176,168,229); }

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

background-color css

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

 a { background-color: rgb(176,168,229); }

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

border-color css

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

 span { border-color: rgb(176,168,229); }

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