Html Css Color HEX #B6B5E0 Lavender Grey

📋 copy color: '#B6B5E0'

red 182 ◦ green 181 ◦ blue 224

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

Shades of Lavender Grey #B6B5E0

Tints of Lavender Grey #B6B5E0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.83%

 BLUE value IS 224 (87.89% from 255) = 38.16%

R = 31.01%
G = 30.83%
B = 38.16%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B6B5E0 (or 0xB6B5E0) is known color: Lavender Grey. HEX triplet: B6, B5 and E0. RGB value is (182,181,224). Sum of RGB (Red+Green+Blue) = 182+181+224=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #B6B5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B5E0 is #494A1F. Grayscale: #BABABA. Windows color (decimal): -4803104 or 14726582. OLE color: 14726582.

HSL color Cylindrical-coordinate representation of color #B6B5E0: hue angle of 241.4º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6B5E0 is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 182 181 224 -
CMYK 0.19 0.19 0 0.12
HSL 241.4º 0.41% 0.79% -
HSV(B) 241.4º 0.19% 0.88% -
XYZ 49.27 48.37 77.26 -
YUV 186.2 149.33 125 -
System Red Green Blue C M Y K H S L
Decimal 182 181 224 0.19 0.19 0 0.12 241.4 0.41 0.79
Hex B6 B5 E0 13 13 0 C F1 29 4F
Octal 266 265 340 23 23 0 14 361 51 117
Binary 10110110 10110101 11100000 10011 10011 0 1100 11110001 101001 1001111

Color Harmonies of #B6B5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B5E0

Black with #B6B5E0

Text Example


Text Example

White with #B6B5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B5E0; }

 p { color: rgb(182,181,224); }

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

background-color css

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

 a { background-color: rgb(182,181,224); }

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

border-color css

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

 span { border-color: rgb(182,181,224); }

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