Html Css Color HEX #B4ACB0 Lily

📋 copy color: '#B4ACB0'

red 180 ◦ green 172 ◦ blue 176

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

Shades of Lily #B4ACB0

Tints of Lily #B4ACB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.33%

R = 34.09%
G = 32.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B4ACB0 (or 0xB4ACB0) is known color: Lily. HEX triplet: B4, AC and B0. RGB value is (180,172,176). Sum of RGB (Red+Green+Blue) = 180+172+176=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 176 (69.14% from 255 or 33.33% from 528); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACB0 is #4B534F. Grayscale: #AEAEAE. Windows color (decimal): -4936528 or 11578548. OLE color: 11578548.

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

Color convert

RGB 180 172 176 -
CMYK 0 0.04 0.02 0.29
HSL 330º 0.05% 0.69% -
HSV(B) 330º 0.04% 0.71% -
XYZ 41.41 42.34 47.06 -
YUV 174.85 128.65 131.67 -
System Red Green Blue C M Y K H S L
Decimal 180 172 176 0 0.04 0.02 0.29 330 0.05 0.69
Hex B4 AC B0 0 4 2 1D 14A 5 45
Octal 264 254 260 0 4 2 35 512 5 105
Binary 10110100 10101100 10110000 0 100 10 11101 101001010 101 1000101

Color Harmonies of #B4ACB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ACB0

Black with #B4ACB0

Text Example


Text Example

White with #B4ACB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ACB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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