Html Css Color HEX #B0A8EB Lavender Grey

📋 copy color: '#B0A8EB'

red 176 ◦ green 168 ◦ blue 235

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

Shades of Lavender Grey #B0A8EB

Tints of Lavender Grey #B0A8EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.59%

R = 30.4%
G = 29.02%
B = 40.59%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0A8EB (or 0xB0A8EB) is known color: Lavender Grey. HEX triplet: B0, A8 and EB. RGB value is (176,168,235). Sum of RGB (Red+Green+Blue) = 176+168+235=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 168 (66.02% from 255 or 29.02% from 579); Blue value is 235 (92.19% from 255 or 40.59% from 579); Max value from RGB is 235 - color contains mainly: blue. Hex color #B0A8EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A8EB is #4F5714. Grayscale: #B1B1B1. Windows color (decimal): -5199637 or 15444144. OLE color: 15444144.

HSL color Cylindrical-coordinate representation of color #B0A8EB: hue angle of 247.16º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0A8EB is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 168 235 -
CMYK 0.25 0.29 0 0.08
HSL 247.16º 0.63% 0.79% -
HSV(B) 247.16º 0.29% 0.92% -
XYZ 46.9 43.23 84.47 -
YUV 178.03 160.15 126.55 -
System Red Green Blue C M Y K H S L
Decimal 176 168 235 0.25 0.29 0 0.08 247.16 0.63 0.79
Hex B0 A8 EB 19 1D 0 8 F7 3F 4F
Octal 260 250 353 31 35 0 10 367 77 117
Binary 10110000 10101000 11101011 11001 11101 0 1000 11110111 111111 1001111

Color Harmonies of #B0A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A8EB

Black with #B0A8EB

Text Example


Text Example

White with #B0A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A8EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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