Html Css Color HEX #BF9CAA Lily

📋 copy color: '#BF9CAA'

red 191 ◦ green 156 ◦ blue 170

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

Shades of Lily #BF9CAA

Tints of Lily #BF9CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.17%

 BLUE value IS 170 (66.8% from 255) = 32.88%

R = 36.94%
G = 30.17%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF9CAA (or 0xBF9CAA) is known color: Lily. HEX triplet: BF, 9C and AA. RGB value is (191,156,170). Sum of RGB (Red+Green+Blue) = 191+156+170=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 156 (61.33% from 255 or 30.17% from 517); Blue value is 170 (66.80% from 255 or 32.88% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9CAA is #406355. Grayscale: #A8A8A8. Windows color (decimal): -4219734 or 11181247. OLE color: 11181247.

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

Color convert

RGB 191 156 170 -
CMYK 0 0.18 0.11 0.25
HSL 336º 0.21% 0.68% -
HSV(B) 336º 0.18% 0.75% -
XYZ 40.63 37.76 43.18 -
YUV 168.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 191 156 170 0 0.18 0.11 0.25 336 0.21 0.68
Hex BF 9C AA 0 12 B 19 150 15 44
Octal 277 234 252 0 22 13 31 520 25 104
Binary 10111111 10011100 10101010 0 10010 1011 11001 101010000 10101 1000100

Color Harmonies of #BF9CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9CAA

Black with #BF9CAA

Text Example


Text Example

White with #BF9CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9CAA; }

 p { color: rgb(191,156,170); }

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

background-color css

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

 a { background-color: rgb(191,156,170); }

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

border-color css

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

 span { border-color: rgb(191,156,170); }

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