Html Css Color HEX #B698AB Lily

📋 copy color: '#B698AB'

red 182 ◦ green 152 ◦ blue 171

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

Shades of Lily #B698AB

Tints of Lily #B698AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.86%

R = 36.04%
G = 30.1%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B698AB (or 0xB698AB) is known color: Lily. HEX triplet: B6, 98 and AB. RGB value is (182,152,171). Sum of RGB (Red+Green+Blue) = 182+152+171=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 171 (67.19% from 255 or 33.86% from 505); Max value from RGB is 182 - color contains mainly: red. Hex color #B698AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B698AB is #496754. Grayscale: #A3A3A3. Windows color (decimal): -4810581 or 11245750. OLE color: 11245750.

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

Color convert

RGB 182 152 171 -
CMYK 0 0.16 0.06 0.29
HSL 322º 0.17% 0.65% -
HSV(B) 322º 0.16% 0.71% -
XYZ 37.87 35.34 43.35 -
YUV 163.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 182 152 171 0 0.16 0.06 0.29 322 0.17 0.65
Hex B6 98 AB 0 10 6 1D 142 11 41
Octal 266 230 253 0 20 6 35 502 21 101
Binary 10110110 10011000 10101011 0 10000 110 11101 101000010 10001 1000001

Color Harmonies of #B698AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B698AB

Black with #B698AB

Text Example


Text Example

White with #B698AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B698AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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