Html Css Color HEX #BF98AA Lily

📋 copy color: '#BF98AA'

red 191 ◦ green 152 ◦ blue 170

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

Shades of Lily #BF98AA

Tints of Lily #BF98AA

RGB

 RED value IS 191 (75% from 255) = 37.23%

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

 BLUE value IS 170 (66.8% from 255) = 33.14%

R = 37.23%
G = 29.63%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF98AA (or 0xBF98AA) is known color: Lily. HEX triplet: BF, 98 and AA. RGB value is (191,152,170). Sum of RGB (Red+Green+Blue) = 191+152+170=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF98AA is #406755. Grayscale: #A5A5A5. Windows color (decimal): -4220758 or 11180223. OLE color: 11180223.

HSL color Cylindrical-coordinate representation of color #BF98AA: hue angle of 332.31º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BF98AA is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 152 170 -
CMYK 0 0.20 0.11 0.25
HSL 332.31º 0.23% 0.67% -
HSV(B) 332.31º 0.2% 0.75% -
XYZ 39.97 36.44 42.96 -
YUV 165.71 130.42 146.04 -
System Red Green Blue C M Y K H S L
Decimal 191 152 170 0 0.20 0.11 0.25 332.31 0.23 0.67
Hex BF 98 AA 0 14 B 19 14C 17 43
Octal 277 230 252 0 24 13 31 514 27 103
Binary 10111111 10011000 10101010 0 10100 1011 11001 101001100 10111 1000011

Color Harmonies of #BF98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98AA

Black with #BF98AA

Text Example


Text Example

White with #BF98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98AA; }

 p { color: rgb(191,152,170); }

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

background-color css

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

 a { background-color: rgb(191,152,170); }

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

border-color css

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

 span { border-color: rgb(191,152,170); }

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