Html Css Color HEX #BC99AD Lily

📋 copy color: '#BC99AD'

red 188 ◦ green 153 ◦ blue 173

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

Shades of Lily #BC99AD

Tints of Lily #BC99AD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.77%

 BLUE value IS 173 (67.97% from 255) = 33.66%

R = 36.58%
G = 29.77%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC99AD (or 0xBC99AD) is known color: Lily. HEX triplet: BC, 99 and AD. RGB value is (188,153,173). Sum of RGB (Red+Green+Blue) = 188+153+173=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 173 (67.97% from 255 or 33.66% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC99AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC99AD is #436652. Grayscale: #A5A5A5. Windows color (decimal): -4417107 or 11377084. OLE color: 11377084.

HSL color Cylindrical-coordinate representation of color #BC99AD: hue angle of 325.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BC99AD is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 173 -
CMYK 0 0.19 0.08 0.26
HSL 325.71º 0.21% 0.67% -
HSV(B) 325.71º 0.19% 0.74% -
XYZ 39.67 36.49 44.49 -
YUV 165.75 132.1 143.87 -
System Red Green Blue C M Y K H S L
Decimal 188 153 173 0 0.19 0.08 0.26 325.71 0.21 0.67
Hex BC 99 AD 0 13 8 1A 146 15 43
Octal 274 231 255 0 23 10 32 506 25 103
Binary 10111100 10011001 10101101 0 10011 1000 11010 101000110 10101 1000011

Color Harmonies of #BC99AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC99AD

Black with #BC99AD

Text Example


Text Example

White with #BC99AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC99AD; }

 p { color: rgb(188,153,173); }

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

background-color css

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

 a { background-color: rgb(188,153,173); }

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

border-color css

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

 span { border-color: rgb(188,153,173); }

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