Html Css Color HEX #B7AAB4 Lily

📋 copy color: '#B7AAB4'

red 183 ◦ green 170 ◦ blue 180

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

Shades of Lily #B7AAB4

Tints of Lily #B7AAB4

RGB

 RED value IS 183 (71.88% from 255) = 34.33%

 GREEN value IS 170 (66.8% from 255) = 31.89%

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

R = 34.33%
G = 31.89%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#B7AAB4 (or 0xB7AAB4) is known color: Lily. HEX triplet: B7, AA and B4. RGB value is (183,170,180). Sum of RGB (Red+Green+Blue) = 183+170+180=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 180 (70.70% from 255 or 33.77% from 533); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AAB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AAB4 is #48554B. Grayscale: #AFAFAF. Windows color (decimal): -4740428 or 11840183. OLE color: 11840183.

HSL color Cylindrical-coordinate representation of color #B7AAB4: hue angle of 313.85º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7AAB4 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 170 180 -
CMYK 0 0.07 0.02 0.28
HSL 313.85º 0.08% 0.69% -
HSV(B) 313.85º 0.07% 0.72% -
XYZ 42.14 42.11 49.09 -
YUV 175.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 183 170 180 0 0.07 0.02 0.28 313.85 0.08 0.69
Hex B7 AA B4 0 7 2 1C 13A 8 45
Octal 267 252 264 0 7 2 34 472 10 105
Binary 10110111 10101010 10110100 0 111 10 11100 100111010 1000 1000101

Color Harmonies of #B7AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7AAB4

Black with #B7AAB4

Text Example


Text Example

White with #B7AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7AAB4; }

 p { color: rgb(183,170,180); }

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

background-color css

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

 a { background-color: rgb(183,170,180); }

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

border-color css

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

 span { border-color: rgb(183,170,180); }

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