Html Css Color HEX #B0A6EA Lavender Grey

📋 copy color: '#B0A6EA'

red 176 ◦ green 166 ◦ blue 234

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

Shades of Lavender Grey #B0A6EA

Tints of Lavender Grey #B0A6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.82%

 BLUE value IS 234 (91.8% from 255) = 40.63%

R = 30.56%
G = 28.82%
B = 40.63%

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

#B0A6EA (or 0xB0A6EA) is known color: Lavender Grey. HEX triplet: B0, A6 and EA. RGB value is (176,166,234). Sum of RGB (Red+Green+Blue) = 176+166+234=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0A6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0A6EA is #4F5915. Grayscale: #B0B0B0. Windows color (decimal): -5200150 or 15378096. OLE color: 15378096.

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

Color convert

RGB 176 166 234 -
CMYK 0.25 0.29 0 0.08
HSL 248.82º 0.62% 0.78% -
HSV(B) 248.82º 0.29% 0.92% -
XYZ 46.39 42.44 83.59 -
YUV 176.74 160.31 127.47 -
System Red Green Blue C M Y K H S L
Decimal 176 166 234 0.25 0.29 0 0.08 248.82 0.62 0.78
Hex B0 A6 EA 19 1D 0 8 F9 3E 4E
Octal 260 246 352 31 35 0 10 371 76 116
Binary 10110000 10100110 11101010 11001 11101 0 1000 11111001 111110 1001110

Color Harmonies of #B0A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A6EA

Black with #B0A6EA

Text Example


Text Example

White with #B0A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A6EA; }

 p { color: rgb(176,166,234); }

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

background-color css

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

 a { background-color: rgb(176,166,234); }

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

border-color css

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

 span { border-color: rgb(176,166,234); }

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