Html Css Color HEX #B5AFB4 Lola

📋 copy color: '#B5AFB4'

red 181 ◦ green 175 ◦ blue 180

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

Shades of Lola #B5AFB4

Tints of Lola #B5AFB4

RGB

 RED value IS 181 (71.09% from 255) = 33.77%

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

 BLUE value IS 180 (70.7% from 255) = 33.58%

R = 33.77%
G = 32.65%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B5AFB4 (or 0xB5AFB4) is known color: Lola. HEX triplet: B5, AF and B4. RGB value is (181,175,180). Sum of RGB (Red+Green+Blue) = 181+175+180=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AFB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFB4 is #4A504B. Grayscale: #B1B1B1. Windows color (decimal): -4870220 or 11841461. OLE color: 11841461.

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

Color convert

RGB 181 175 180 -
CMYK 0 0.03 0.01 0.29
HSL 310º 0.04% 0.7% -
HSV(B) 310º 0.03% 0.71% -
XYZ 42.62 43.78 49.38 -
YUV 177.36 129.49 130.59 -
System Red Green Blue C M Y K H S L
Decimal 181 175 180 0 0.03 0.01 0.29 310 0.04 0.7
Hex B5 AF B4 0 3 1 1D 136 4 46
Octal 265 257 264 0 3 1 35 466 4 106
Binary 10110101 10101111 10110100 0 11 1 11101 100110110 100 1000110

Color Harmonies of #B5AFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AFB4

Black with #B5AFB4

Text Example


Text Example

White with #B5AFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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