Html Css Color HEX #B4ACB3 Lola

📋 copy color: '#B4ACB3'

red 180 ◦ green 172 ◦ blue 179

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

Shades of Lola #B4ACB3

Tints of Lola #B4ACB3

RGB

 RED value IS 180 (70.7% from 255) = 33.9%

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

 BLUE value IS 179 (70.31% from 255) = 33.71%

R = 33.9%
G = 32.39%
B = 33.71%

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

#B4ACB3 (or 0xB4ACB3) is known color: Lola. HEX triplet: B4, AC and B3. RGB value is (180,172,179). Sum of RGB (Red+Green+Blue) = 180+172+179=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 179 (70.31% from 255 or 33.71% from 531); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ACB3 is #4B534C. Grayscale: #AFAFAF. Windows color (decimal): -4936525 or 11775156. OLE color: 11775156.

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

Color convert

RGB 180 172 179 -
CMYK 0 0.04 0.01 0.29
HSL 307.5º 0.05% 0.69% -
HSV(B) 307.5º 0.04% 0.71% -
XYZ 41.71 42.46 48.65 -
YUV 175.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 180 172 179 0 0.04 0.01 0.29 307.5 0.05 0.69
Hex B4 AC B3 0 4 1 1D 134 5 45
Octal 264 254 263 0 4 1 35 464 5 105
Binary 10110100 10101100 10110011 0 100 1 11101 100110100 101 1000101

Color Harmonies of #B4ACB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ACB3

Black with #B4ACB3

Text Example


Text Example

White with #B4ACB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ACB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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