Html Css Color HEX #BC98A9 Lily

📋 copy color: '#BC98A9'

red 188 ◦ green 152 ◦ blue 169

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

Shades of Lily #BC98A9

Tints of Lily #BC98A9

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.86%

 BLUE value IS 169 (66.41% from 255) = 33.2%

R = 36.94%
G = 29.86%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC98A9 (or 0xBC98A9) is known color: Lily. HEX triplet: BC, 98 and A9. RGB value is (188,152,169). Sum of RGB (Red+Green+Blue) = 188+152+169=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 169 (66.41% from 255 or 33.20% from 509); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98A9 is #436756. Grayscale: #A4A4A4. Windows color (decimal): -4417367 or 11114684. OLE color: 11114684.

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

Color convert

RGB 188 152 169 -
CMYK 0 0.19 0.10 0.26
HSL 331.67º 0.21% 0.67% -
HSV(B) 331.67º 0.19% 0.74% -
XYZ 39.13 36.01 42.42 -
YUV 164.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 188 152 169 0 0.19 0.10 0.26 331.67 0.21 0.67
Hex BC 98 A9 0 13 A 1A 14C 15 43
Octal 274 230 251 0 23 12 32 514 25 103
Binary 10111100 10011000 10101001 0 10011 1010 11010 101001100 10101 1000011

Color Harmonies of #BC98A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98A9

Black with #BC98A9

Text Example


Text Example

White with #BC98A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98A9; }

 p { color: rgb(188,152,169); }

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

background-color css

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

 a { background-color: rgb(188,152,169); }

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

border-color css

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

 span { border-color: rgb(188,152,169); }

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