Html Css Color HEX #BC9FAB Lily

📋 copy color: '#BC9FAB'

red 188 ◦ green 159 ◦ blue 171

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

Shades of Lily #BC9FAB

Tints of Lily #BC9FAB

RGB

 RED value IS 188 (73.83% from 255) = 36.29%

 GREEN value IS 159 (62.5% from 255) = 30.69%

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

R = 36.29%
G = 30.69%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC9FAB (or 0xBC9FAB) is known color: Lily. HEX triplet: BC, 9F and AB. RGB value is (188,159,171). Sum of RGB (Red+Green+Blue) = 188+159+171=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9FAB is #436054. Grayscale: #A9A9A9. Windows color (decimal): -4415573 or 11247548. OLE color: 11247548.

HSL color Cylindrical-coordinate representation of color #BC9FAB: hue angle of 335.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BC9FAB is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 159 171 -
CMYK 0 0.15 0.09 0.26
HSL 335.17º 0.18% 0.68% -
HSV(B) 335.17º 0.15% 0.74% -
XYZ 40.49 38.43 43.81 -
YUV 169.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 188 159 171 0 0.15 0.09 0.26 335.17 0.18 0.68
Hex BC 9F AB 0 F 9 1A 14F 12 44
Octal 274 237 253 0 17 11 32 517 22 104
Binary 10111100 10011111 10101011 0 1111 1001 11010 101001111 10010 1000100

Color Harmonies of #BC9FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FAB

Black with #BC9FAB

Text Example


Text Example

White with #BC9FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FAB; }

 p { color: rgb(188,159,171); }

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

background-color css

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

 a { background-color: rgb(188,159,171); }

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

border-color css

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

 span { border-color: rgb(188,159,171); }

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