Html Css Color HEX #BF98B0 Lily

📋 copy color: '#BF98B0'

red 191 ◦ green 152 ◦ blue 176

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

Shades of Lily #BF98B0

Tints of Lily #BF98B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 33.91%

R = 36.8%
G = 29.29%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF98B0 (or 0xBF98B0) is known color: Lily. HEX triplet: BF, 98 and B0. RGB value is (191,152,176). Sum of RGB (Red+Green+Blue) = 191+152+176=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 152 (59.77% from 255 or 29.29% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BF98B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF98B0 is #40674F. Grayscale: #A6A6A6. Windows color (decimal): -4220752 or 11573439. OLE color: 11573439.

HSL color Cylindrical-coordinate representation of color #BF98B0: hue angle of 323.08º 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 #BF98B0 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 152 176 -
CMYK 0 0.20 0.08 0.25
HSL 323.08º 0.23% 0.67% -
HSV(B) 323.08º 0.2% 0.75% -
XYZ 40.55 36.67 46.01 -
YUV 166.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 191 152 176 0 0.20 0.08 0.25 323.08 0.23 0.67
Hex BF 98 B0 0 14 8 19 143 17 43
Octal 277 230 260 0 24 10 31 503 27 103
Binary 10111111 10011000 10110000 0 10100 1000 11001 101000011 10111 1000011

Color Harmonies of #BF98B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF98B0

Black with #BF98B0

Text Example


Text Example

White with #BF98B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF98B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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