Html Css Color HEX #B6B1EA Lavender Grey

📋 copy color: '#B6B1EA'

red 182 ◦ green 177 ◦ blue 234

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

Shades of Lavender Grey #B6B1EA

Tints of Lavender Grey #B6B1EA

RGB

 RED value IS 182 (71.48% from 255) = 30.69%

 GREEN value IS 177 (69.53% from 255) = 29.85%

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

R = 30.69%
G = 29.85%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B6B1EA (or 0xB6B1EA) is known color: Lavender Grey. HEX triplet: B6, B1 and EA. RGB value is (182,177,234). Sum of RGB (Red+Green+Blue) = 182+177+234=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 177 (69.53% from 255 or 29.85% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6B1EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6B1EA is #494E15. Grayscale: #B8B8B8. Windows color (decimal): -4804118 or 15380918. OLE color: 15380918.

HSL color Cylindrical-coordinate representation of color #B6B1EA: hue angle of 245.26º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B6B1EA is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 177 234 -
CMYK 0.22 0.24 0 0.08
HSL 245.26º 0.58% 0.81% -
HSV(B) 245.26º 0.24% 0.92% -
XYZ 49.86 47.33 84.35 -
YUV 184.99 155.66 125.87 -
System Red Green Blue C M Y K H S L
Decimal 182 177 234 0.22 0.24 0 0.08 245.26 0.58 0.81
Hex B6 B1 EA 16 18 0 8 F5 3A 51
Octal 266 261 352 26 30 0 10 365 72 121
Binary 10110110 10110001 11101010 10110 11000 0 1000 11110101 111010 1010001

Color Harmonies of #B6B1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B1EA

Black with #B6B1EA

Text Example


Text Example

White with #B6B1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B1EA; }

 p { color: rgb(182,177,234); }

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

background-color css

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

 a { background-color: rgb(182,177,234); }

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

border-color css

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

 span { border-color: rgb(182,177,234); }

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