Html Css Color HEX #B699AA Lily

📋 copy color: '#B699AA'

red 182 ◦ green 153 ◦ blue 170

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

Shades of Lily #B699AA

Tints of Lily #B699AA

RGB

 RED value IS 182 (71.48% from 255) = 36.04%

 GREEN value IS 153 (60.16% from 255) = 30.3%

 BLUE value IS 170 (66.8% from 255) = 33.66%

R = 36.04%
G = 30.3%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B699AA (or 0xB699AA) is known color: Lily. HEX triplet: B6, 99 and AA. RGB value is (182,153,170). Sum of RGB (Red+Green+Blue) = 182+153+170=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B699AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B699AA is #496655. Grayscale: #A3A3A3. Windows color (decimal): -4810326 or 11180470. OLE color: 11180470.

HSL color Cylindrical-coordinate representation of color #B699AA: hue angle of 324.83º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B699AA is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 153 170 -
CMYK 0 0.16 0.07 0.29
HSL 324.83º 0.17% 0.66% -
HSV(B) 324.83º 0.16% 0.71% -
XYZ 37.94 35.63 42.91 -
YUV 163.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 182 153 170 0 0.16 0.07 0.29 324.83 0.17 0.66
Hex B6 99 AA 0 10 7 1D 145 11 42
Octal 266 231 252 0 20 7 35 505 21 102
Binary 10110110 10011001 10101010 0 10000 111 11101 101000101 10001 1000010

Color Harmonies of #B699AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699AA

Black with #B699AA

Text Example


Text Example

White with #B699AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699AA; }

 p { color: rgb(182,153,170); }

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

background-color css

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

 a { background-color: rgb(182,153,170); }

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

border-color css

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

 span { border-color: rgb(182,153,170); }

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