Html Css Color HEX #B6AFB5 Lola

📋 copy color: '#B6AFB5'

red 182 ◦ green 175 ◦ blue 181

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

Shades of Lola #B6AFB5

Tints of Lola #B6AFB5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.53%

 BLUE value IS 181 (71.09% from 255) = 33.64%

R = 33.83%
G = 32.53%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B6AFB5 (or 0xB6AFB5) is known color: Lola. HEX triplet: B6, AF and B5. RGB value is (182,175,181). Sum of RGB (Red+Green+Blue) = 182+175+181=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 181 (71.09% from 255 or 33.64% from 538); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AFB5 is #49504A. Grayscale: #B1B1B1. Windows color (decimal): -4804683 or 11906998. OLE color: 11906998.

HSL color Cylindrical-coordinate representation of color #B6AFB5: hue angle of 308.57º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B6AFB5 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 175 181 -
CMYK 0 0.04 0.01 0.29
HSL 308.57º 0.05% 0.7% -
HSV(B) 308.57º 0.04% 0.71% -
XYZ 42.96 43.94 49.93 -
YUV 177.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 182 175 181 0 0.04 0.01 0.29 308.57 0.05 0.7
Hex B6 AF B5 0 4 1 1D 135 5 46
Octal 266 257 265 0 4 1 35 465 5 106
Binary 10110110 10101111 10110101 0 100 1 11101 100110101 101 1000110

Color Harmonies of #B6AFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AFB5

Black with #B6AFB5

Text Example


Text Example

White with #B6AFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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