Html Css Color HEX #BF9BB8 Lily

📋 copy color: '#BF9BB8'

red 191 ◦ green 155 ◦ blue 184

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

Shades of Lily #BF9BB8

Tints of Lily #BF9BB8

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.25%

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 36.04%
G = 29.25%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#BF9BB8 (or 0xBF9BB8) is known color: Lily. HEX triplet: BF, 9B and B8. RGB value is (191,155,184). Sum of RGB (Red+Green+Blue) = 191+155+184=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BB8 is #406447. Grayscale: #A8A8A8. Windows color (decimal): -4219976 or 12098495. OLE color: 12098495.

HSL color Cylindrical-coordinate representation of color #BF9BB8: hue angle of 311.67º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BF9BB8 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 155 184 -
CMYK 0 0.19 0.04 0.25
HSL 311.67º 0.22% 0.68% -
HSV(B) 311.67º 0.19% 0.75% -
XYZ 41.86 37.98 50.47 -
YUV 169.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 191 155 184 0 0.19 0.04 0.25 311.67 0.22 0.68
Hex BF 9B B8 0 13 4 19 138 16 44
Octal 277 233 270 0 23 4 31 470 26 104
Binary 10111111 10011011 10111000 0 10011 100 11001 100111000 10110 1000100

Color Harmonies of #BF9BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BB8

Black with #BF9BB8

Text Example


Text Example

White with #BF9BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BB8; }

 p { color: rgb(191,155,184); }

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

background-color css

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

 a { background-color: rgb(191,155,184); }

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

border-color css

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

 span { border-color: rgb(191,155,184); }

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