Html Css Color HEX #B4ABB2 Lily

📋 copy color: '#B4ABB2'

red 180 ◦ green 171 ◦ blue 178

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

Shades of Lily #B4ABB2

Tints of Lily #B4ABB2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.33%

 BLUE value IS 178 (69.92% from 255) = 33.65%

R = 34.03%
G = 32.33%
B = 33.65%

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

#B4ABB2 (or 0xB4ABB2) is known color: Lily. HEX triplet: B4, AB and B2. RGB value is (180,171,178). Sum of RGB (Red+Green+Blue) = 180+171+178=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 178 (69.92% from 255 or 33.65% from 529); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABB2 is #4B544D. Grayscale: #AEAEAE. Windows color (decimal): -4936782 or 11709364. OLE color: 11709364.

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

Color convert

RGB 180 171 178 -
CMYK 0 0.05 0.01 0.29
HSL 313.33º 0.06% 0.69% -
HSV(B) 313.33º 0.05% 0.71% -
XYZ 41.42 42.04 48.05 -
YUV 174.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 180 171 178 0 0.05 0.01 0.29 313.33 0.06 0.69
Hex B4 AB B2 0 5 1 1D 139 6 45
Octal 264 253 262 0 5 1 35 471 6 105
Binary 10110100 10101011 10110010 0 101 1 11101 100111001 110 1000101

Color Harmonies of #B4ABB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ABB2

Black with #B4ABB2

Text Example


Text Example

White with #B4ABB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ABB2; }

 p { color: rgb(180,171,178); }

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

background-color css

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

 a { background-color: rgb(180,171,178); }

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

border-color css

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

 span { border-color: rgb(180,171,178); }

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