Html Css Color HEX #B5AEB4 Lola

📋 copy color: '#B5AEB4'

red 181 ◦ green 174 ◦ blue 180

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

Shades of Lola #B5AEB4

Tints of Lola #B5AEB4

RGB

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

 GREEN value IS 174 (68.36% from 255) = 32.52%

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

R = 33.83%
G = 32.52%
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

#B5AEB4 (or 0xB5AEB4) is known color: Lola. HEX triplet: B5, AE and B4. RGB value is (181,174,180). Sum of RGB (Red+Green+Blue) = 181+174+180=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 174 (68.36% from 255 or 32.52% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AEB4 is #4A514B. Grayscale: #B0B0B0. Windows color (decimal): -4870476 or 11841205. OLE color: 11841205.

HSL color Cylindrical-coordinate representation of color #B5AEB4: 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 #B5AEB4 is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 174 180 -
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.43 43.39 49.32 -
YUV 176.78 129.82 131.01 -
System Red Green Blue C M Y K H S L
Decimal 181 174 180 0 0.04 0.01 0.29 308.57 0.05 0.7
Hex B5 AE B4 0 4 1 1D 135 5 46
Octal 265 256 264 0 4 1 35 465 5 106
Binary 10110101 10101110 10110100 0 100 1 11101 100110101 101 1000110

Color Harmonies of #B5AEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AEB4

Black with #B5AEB4

Text Example


Text Example

White with #B5AEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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