Html Css Color HEX #B699AB Lily

📋 copy color: '#B699AB'

red 182 ◦ green 153 ◦ blue 171

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

Shades of Lily #B699AB

Tints of Lily #B699AB

RGB

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

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

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

R = 35.97%
G = 30.24%
B = 33.79%

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

#B699AB (or 0xB699AB) is known color: Lily. HEX triplet: B6, 99 and AB. RGB value is (182,153,171). Sum of RGB (Red+Green+Blue) = 182+153+171=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 182 - color contains mainly: red. Hex color #B699AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B699AB is #496654. Grayscale: #A3A3A3. Windows color (decimal): -4810325 or 11246006. OLE color: 11246006.

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

Color convert

RGB 182 153 171 -
CMYK 0 0.16 0.06 0.29
HSL 322.76º 0.17% 0.66% -
HSV(B) 322.76º 0.16% 0.71% -
XYZ 38.03 35.67 43.41 -
YUV 163.72 132.11 141.04 -
System Red Green Blue C M Y K H S L
Decimal 182 153 171 0 0.16 0.06 0.29 322.76 0.17 0.66
Hex B6 99 AB 0 10 6 1D 143 11 42
Octal 266 231 253 0 20 6 35 503 21 102
Binary 10110110 10011001 10101011 0 10000 110 11101 101000011 10001 1000010

Color Harmonies of #B699AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699AB

Black with #B699AB

Text Example


Text Example

White with #B699AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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