Html Css Color HEX #BF99B0 Lily

📋 copy color: '#BF99B0'

red 191 ◦ green 153 ◦ blue 176

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

Shades of Lily #BF99B0

Tints of Lily #BF99B0

RGB

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

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

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

R = 36.73%
G = 29.42%
B = 33.85%

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

#BF99B0 (or 0xBF99B0) is known color: Lily. HEX triplet: BF, 99 and B0. RGB value is (191,153,176). Sum of RGB (Red+Green+Blue) = 191+153+176=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99B0 is #40664F. Grayscale: #A6A6A6. Windows color (decimal): -4220496 or 11573695. OLE color: 11573695.

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

Color convert

RGB 191 153 176 -
CMYK 0 0.20 0.08 0.25
HSL 323.68º 0.23% 0.67% -
HSV(B) 323.68º 0.2% 0.75% -
XYZ 40.71 36.99 46.07 -
YUV 166.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 191 153 176 0 0.20 0.08 0.25 323.68 0.23 0.67
Hex BF 99 B0 0 14 8 19 144 17 43
Octal 277 231 260 0 24 10 31 504 27 103
Binary 10111111 10011001 10110000 0 10100 1000 11001 101000100 10111 1000011

Color Harmonies of #BF99B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99B0

Black with #BF99B0

Text Example


Text Example

White with #BF99B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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