Html Css Color HEX #B699AD Lily

📋 copy color: '#B699AD'

red 182 ◦ green 153 ◦ blue 173

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

Shades of Lily #B699AD

Tints of Lily #B699AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.06%

R = 35.83%
G = 30.12%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B699AD (or 0xB699AD) is known color: Lily. HEX triplet: B6, 99 and AD. RGB value is (182,153,173). Sum of RGB (Red+Green+Blue) = 182+153+173=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 182 - color contains mainly: red. Hex color #B699AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B699AD is #496652. Grayscale: #A3A3A3. Windows color (decimal): -4810323 or 11377078. OLE color: 11377078.

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

Color convert

RGB 182 153 173 -
CMYK 0 0.16 0.05 0.29
HSL 318.62º 0.17% 0.66% -
HSV(B) 318.62º 0.16% 0.71% -
XYZ 38.23 35.74 44.42 -
YUV 163.95 133.11 140.87 -
System Red Green Blue C M Y K H S L
Decimal 182 153 173 0 0.16 0.05 0.29 318.62 0.17 0.66
Hex B6 99 AD 0 10 5 1D 13F 11 42
Octal 266 231 255 0 20 5 35 477 21 102
Binary 10110110 10011001 10101101 0 10000 101 11101 100111111 10001 1000010

Color Harmonies of #B699AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699AD

Black with #B699AD

Text Example


Text Example

White with #B699AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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