Html Css Color HEX #B999A8 Lily

📋 copy color: '#B999A8'

red 185 ◦ green 153 ◦ blue 168

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

Shades of Lily #B999A8

Tints of Lily #B999A8

RGB

 RED value IS 185 (72.66% from 255) = 36.56%

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

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 36.56%
G = 30.24%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#B999A8 (or 0xB999A8) is known color: Lily. HEX triplet: B9, 99 and A8. RGB value is (185,153,168). Sum of RGB (Red+Green+Blue) = 185+153+168=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 185 - color contains mainly: red. Hex color #B999A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B999A8 is #466657. Grayscale: #A4A4A4. Windows color (decimal): -4613720 or 11049401. OLE color: 11049401.

HSL color Cylindrical-coordinate representation of color #B999A8: hue angle of 331.88º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B999A8 is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 168 -
CMYK 0 0.17 0.09 0.27
HSL 331.88º 0.19% 0.66% -
HSV(B) 331.88º 0.17% 0.73% -
XYZ 38.47 35.92 41.95 -
YUV 164.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 185 153 168 0 0.17 0.09 0.27 331.88 0.19 0.66
Hex B9 99 A8 0 11 9 1B 14C 13 42
Octal 271 231 250 0 21 11 33 514 23 102
Binary 10111001 10011001 10101000 0 10001 1001 11011 101001100 10011 1000010

Color Harmonies of #B999A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B999A8

Black with #B999A8

Text Example


Text Example

White with #B999A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B999A8; }

 p { color: rgb(185,153,168); }

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

background-color css

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

 a { background-color: rgb(185,153,168); }

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

border-color css

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

 span { border-color: rgb(185,153,168); }

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