Html Css Color HEX #B698AA Lily

📋 copy color: '#B698AA'

red 182 ◦ green 152 ◦ blue 170

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

Shades of Lily #B698AA

Tints of Lily #B698AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.16%

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

R = 36.11%
G = 30.16%
B = 33.73%

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

#B698AA (or 0xB698AA) is known color: Lily. HEX triplet: B6, 98 and AA. RGB value is (182,152,170). Sum of RGB (Red+Green+Blue) = 182+152+170=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B698AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B698AA is #496755. Grayscale: #A2A2A2. Windows color (decimal): -4810582 or 11180214. OLE color: 11180214.

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

Color convert

RGB 182 152 170 -
CMYK 0 0.16 0.07 0.29
HSL 324º 0.17% 0.65% -
HSV(B) 324º 0.16% 0.71% -
XYZ 37.78 35.3 42.85 -
YUV 163.02 131.94 141.54 -
System Red Green Blue C M Y K H S L
Decimal 182 152 170 0 0.16 0.07 0.29 324 0.17 0.65
Hex B6 98 AA 0 10 7 1D 144 11 41
Octal 266 230 252 0 20 7 35 504 21 101
Binary 10110110 10011000 10101010 0 10000 111 11101 101000100 10001 1000001

Color Harmonies of #B698AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698AA

Black with #B698AA

Text Example


Text Example

White with #B698AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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