Html Css Color HEX #BF97B5 Lily

📋 copy color: '#BF97B5'

red 191 ◦ green 151 ◦ blue 181

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

Shades of Lily #BF97B5

Tints of Lily #BF97B5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.87%

 BLUE value IS 181 (71.09% from 255) = 34.61%

R = 36.52%
G = 28.87%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#BF97B5 (or 0xBF97B5) is known color: Lily. HEX triplet: BF, 97 and B5. RGB value is (191,151,181). Sum of RGB (Red+Green+Blue) = 191+151+181=523 (69% of max value = 765). Red value is 191 (75% from 255 or 36.52% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 181 (71.09% from 255 or 34.61% from 523); Max value from RGB is 191 - color contains mainly: red. Hex color #BF97B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97B5 is #40684A. Grayscale: #A6A6A6. Windows color (decimal): -4221003 or 11900863. OLE color: 11900863.

HSL color Cylindrical-coordinate representation of color #BF97B5: hue angle of 315º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BF97B5 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 151 181 -
CMYK 0 0.21 0.05 0.25
HSL 315º 0.24% 0.67% -
HSV(B) 315º 0.21% 0.75% -
XYZ 40.89 36.55 48.61 -
YUV 166.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 191 151 181 0 0.21 0.05 0.25 315 0.24 0.67
Hex BF 97 B5 0 15 5 19 13B 18 43
Octal 277 227 265 0 25 5 31 473 30 103
Binary 10111111 10010111 10110101 0 10101 101 11001 100111011 11000 1000011

Color Harmonies of #BF97B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF97B5

Black with #BF97B5

Text Example


Text Example

White with #BF97B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF97B5; }

 p { color: rgb(191,151,181); }

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

background-color css

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

 a { background-color: rgb(191,151,181); }

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

border-color css

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

 span { border-color: rgb(191,151,181); }

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