Html Css Color HEX #B0A9E6 Lavender Grey

📋 copy color: '#B0A9E6'

red 176 ◦ green 169 ◦ blue 230

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

Shades of Lavender Grey #B0A9E6

Tints of Lavender Grey #B0A9E6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.39%

 BLUE value IS 230 (90.23% from 255) = 40%

R = 30.61%
G = 29.39%
B = 40%

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

#B0A9E6 (or 0xB0A9E6) is known color: Lavender Grey. HEX triplet: B0, A9 and E6. RGB value is (176,169,230). Sum of RGB (Red+Green+Blue) = 176+169+230=575 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.61% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #B0A9E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A9E6 is #4F5619. Grayscale: #B1B1B1. Windows color (decimal): -5199386 or 15116720. OLE color: 15116720.

HSL color Cylindrical-coordinate representation of color #B0A9E6: hue angle of 246.89º degrees, saturation: 0.55, 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 #B0A9E6 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 169 230 -
CMYK 0.23 0.27 0 0.10
HSL 246.89º 0.55% 0.78% -
HSV(B) 246.89º 0.27% 0.9% -
XYZ 46.38 43.32 80.78 -
YUV 178.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 176 169 230 0.23 0.27 0 0.10 246.89 0.55 0.78
Hex B0 A9 E6 17 1B 0 A F7 37 4E
Octal 260 251 346 27 33 0 12 367 67 116
Binary 10110000 10101001 11100110 10111 11011 0 1010 11110111 110111 1001110

Color Harmonies of #B0A9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A9E6

Black with #B0A9E6

Text Example


Text Example

White with #B0A9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A9E6; }

 p { color: rgb(176,169,230); }

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

background-color css

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

 a { background-color: rgb(176,169,230); }

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

border-color css

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

 span { border-color: rgb(176,169,230); }

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