Html Css Color HEX #BF99B3 Lily

📋 copy color: '#BF99B3'

red 191 ◦ green 153 ◦ blue 179

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

Shades of Lily #BF99B3

Tints of Lily #BF99B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.23%

R = 36.52%
G = 29.25%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF99B3 (or 0xBF99B3) is known color: Lily. HEX triplet: BF, 99 and B3. RGB value is (191,153,179). Sum of RGB (Red+Green+Blue) = 191+153+179=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF99B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF99B3 is #40664C. Grayscale: #A7A7A7. Windows color (decimal): -4220493 or 11770303. OLE color: 11770303.

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

Color convert

RGB 191 153 179 -
CMYK 0 0.20 0.06 0.25
HSL 318.95º 0.23% 0.67% -
HSV(B) 318.95º 0.2% 0.75% -
XYZ 41.01 37.11 47.65 -
YUV 167.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 191 153 179 0 0.20 0.06 0.25 318.95 0.23 0.67
Hex BF 99 B3 0 14 6 19 13F 17 43
Octal 277 231 263 0 24 6 31 477 27 103
Binary 10111111 10011001 10110011 0 10100 110 11001 100111111 10111 1000011

Color Harmonies of #BF99B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF99B3

Black with #BF99B3

Text Example


Text Example

White with #BF99B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF99B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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