Html Css Color HEX #BF99B2 Lily

📋 copy color: '#BF99B2'

red 191 ◦ green 153 ◦ blue 178

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

Shades of Lily #BF99B2

Tints of Lily #BF99B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.1%

R = 36.59%
G = 29.31%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BF99B2 (or 0xBF99B2) is known color: Lily. HEX triplet: BF, 99 and B2. RGB value is (191,153,178). Sum of RGB (Red+Green+Blue) = 191+153+178=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 178 (69.92% from 255 or 34.10% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF99B2 is #40664D. Grayscale: #A7A7A7. Windows color (decimal): -4220494 or 11704767. OLE color: 11704767.

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

Color convert

RGB 191 153 178 -
CMYK 0 0.20 0.07 0.25
HSL 320.53º 0.23% 0.67% -
HSV(B) 320.53º 0.2% 0.75% -
XYZ 40.91 37.07 47.12 -
YUV 167.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 191 153 178 0 0.20 0.07 0.25 320.53 0.23 0.67
Hex BF 99 B2 0 14 7 19 141 17 43
Octal 277 231 262 0 24 7 31 501 27 103
Binary 10111111 10011001 10110010 0 10100 111 11001 101000001 10111 1000011

Color Harmonies of #BF99B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99B2

Black with #BF99B2

Text Example


Text Example

White with #BF99B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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