Html Css Color HEX #BF9BB4 Lily

📋 copy color: '#BF9BB4'

red 191 ◦ green 155 ◦ blue 180

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

Shades of Lily #BF9BB4

Tints of Lily #BF9BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.22%

R = 36.31%
G = 29.47%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BF9BB4 (or 0xBF9BB4) is known color: Lily. HEX triplet: BF, 9B and B4. RGB value is (191,155,180). Sum of RGB (Red+Green+Blue) = 191+155+180=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9BB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9BB4 is #40644B. Grayscale: #A8A8A8. Windows color (decimal): -4219980 or 11836351. OLE color: 11836351.

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

Color convert

RGB 191 155 180 -
CMYK 0 0.19 0.06 0.25
HSL 318.33º 0.22% 0.68% -
HSV(B) 318.33º 0.19% 0.75% -
XYZ 41.45 37.81 48.29 -
YUV 168.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 191 155 180 0 0.19 0.06 0.25 318.33 0.22 0.68
Hex BF 9B B4 0 13 6 19 13E 16 44
Octal 277 233 264 0 23 6 31 476 26 104
Binary 10111111 10011011 10110100 0 10011 110 11001 100111110 10110 1000100

Color Harmonies of #BF9BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9BB4

Black with #BF9BB4

Text Example


Text Example

White with #BF9BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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