Html Css Color HEX #B5ACB4 Lola

📋 copy color: '#B5ACB4'

red 181 ◦ green 172 ◦ blue 180

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

Shades of Lola #B5ACB4

Tints of Lola #B5ACB4

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.27%

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

R = 33.96%
G = 32.27%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B5ACB4 (or 0xB5ACB4) is known color: Lola. HEX triplet: B5, AC and B4. RGB value is (181,172,180). Sum of RGB (Red+Green+Blue) = 181+172+180=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 181 - color contains mainly: red. Hex color #B5ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ACB4 is #4A534B. Grayscale: #AFAFAF. Windows color (decimal): -4870988 or 11840693. OLE color: 11840693.

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

Color convert

RGB 181 172 180 -
CMYK 0 0.05 0.01 0.29
HSL 306.67º 0.06% 0.69% -
HSV(B) 306.67º 0.05% 0.71% -
XYZ 42.05 42.62 49.19 -
YUV 175.6 130.48 131.85 -
System Red Green Blue C M Y K H S L
Decimal 181 172 180 0 0.05 0.01 0.29 306.67 0.06 0.69
Hex B5 AC B4 0 5 1 1D 133 6 45
Octal 265 254 264 0 5 1 35 463 6 105
Binary 10110101 10101100 10110100 0 101 1 11101 100110011 110 1000101

Color Harmonies of #B5ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ACB4

Black with #B5ACB4

Text Example


Text Example

White with #B5ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ACB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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