Html Css Color HEX #B699A9 Lily

📋 copy color: '#B699A9'

red 182 ◦ green 153 ◦ blue 169

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

Shades of Lily #B699A9

Tints of Lily #B699A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 33.53%

R = 36.11%
G = 30.36%
B = 33.53%

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

#B699A9 (or 0xB699A9) is known color: Lily. HEX triplet: B6, 99 and A9. RGB value is (182,153,169). Sum of RGB (Red+Green+Blue) = 182+153+169=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 182 - color contains mainly: red. Hex color #B699A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B699A9 is #496656. Grayscale: #A3A3A3. Windows color (decimal): -4810327 or 11114934. OLE color: 11114934.

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

Color convert

RGB 182 153 169 -
CMYK 0 0.16 0.07 0.29
HSL 326.9º 0.17% 0.66% -
HSV(B) 326.9º 0.16% 0.71% -
XYZ 37.84 35.59 42.41 -
YUV 163.5 131.11 141.2 -
System Red Green Blue C M Y K H S L
Decimal 182 153 169 0 0.16 0.07 0.29 326.9 0.17 0.66
Hex B6 99 A9 0 10 7 1D 147 11 42
Octal 266 231 251 0 20 7 35 507 21 102
Binary 10110110 10011001 10101001 0 10000 111 11101 101000111 10001 1000010

Color Harmonies of #B699A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B699A9

Black with #B699A9

Text Example


Text Example

White with #B699A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B699A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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