Html Css Color HEX #BF8CAB Lily

📋 copy color: '#BF8CAB'

red 191 ◦ green 140 ◦ blue 171

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

Shades of Lily #BF8CAB

Tints of Lily #BF8CAB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.89%

 BLUE value IS 171 (67.19% from 255) = 34.06%

R = 38.05%
G = 27.89%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF8CAB (or 0xBF8CAB) is known color: Lily. HEX triplet: BF, 8C and AB. RGB value is (191,140,171). Sum of RGB (Red+Green+Blue) = 191+140+171=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 140 (55.08% from 255 or 27.89% from 502); Blue value is 171 (67.19% from 255 or 34.06% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8CAB is #407354. Grayscale: #9E9E9E. Windows color (decimal): -4223829 or 11242687. OLE color: 11242687.

HSL color Cylindrical-coordinate representation of color #BF8CAB: hue angle of 323.53º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF8CAB is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 140 171 -
CMYK 0 0.27 0.10 0.25
HSL 323.53º 0.28% 0.65% -
HSV(B) 323.53º 0.27% 0.75% -
XYZ 38.21 32.77 42.84 -
YUV 158.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 191 140 171 0 0.27 0.10 0.25 323.53 0.28 0.65
Hex BF 8C AB 0 1B A 19 144 1C 41
Octal 277 214 253 0 33 12 31 504 34 101
Binary 10111111 10001100 10101011 0 11011 1010 11001 101000100 11100 1000001

Color Harmonies of #BF8CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CAB

Black with #BF8CAB

Text Example


Text Example

White with #BF8CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CAB; }

 p { color: rgb(191,140,171); }

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

background-color css

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

 a { background-color: rgb(191,140,171); }

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

border-color css

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

 span { border-color: rgb(191,140,171); }

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