Html Css Color HEX #B0A8E9 Lavender Grey

📋 copy color: '#B0A8E9'

red 176 ◦ green 168 ◦ blue 233

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

Shades of Lavender Grey #B0A8E9

Tints of Lavender Grey #B0A8E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.38%

R = 30.5%
G = 29.12%
B = 40.38%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B0A8E9 (or 0xB0A8E9) is known color: Lavender Grey. HEX triplet: B0, A8 and E9. RGB value is (176,168,233). Sum of RGB (Red+Green+Blue) = 176+168+233=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 168 (66.02% from 255 or 29.12% from 577); Blue value is 233 (91.41% from 255 or 40.38% from 577); Max value from RGB is 233 - color contains mainly: blue. Hex color #B0A8E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A8E9 is #4F5716. Grayscale: #B1B1B1. Windows color (decimal): -5199639 or 15313072. OLE color: 15313072.

HSL color Cylindrical-coordinate representation of color #B0A8E9: hue angle of 247.38º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0A8E9 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 168 233 -
CMYK 0.24 0.28 0 0.09
HSL 247.38º 0.6% 0.79% -
HSV(B) 247.38º 0.28% 0.91% -
XYZ 46.62 43.12 82.96 -
YUV 177.8 159.15 126.71 -
System Red Green Blue C M Y K H S L
Decimal 176 168 233 0.24 0.28 0 0.09 247.38 0.6 0.79
Hex B0 A8 E9 18 1C 0 9 F7 3C 4F
Octal 260 250 351 30 34 0 11 367 74 117
Binary 10110000 10101000 11101001 11000 11100 0 1001 11110111 111100 1001111

Color Harmonies of #B0A8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A8E9

Black with #B0A8E9

Text Example


Text Example

White with #B0A8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A8E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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