Html Css Color HEX #BC98AA Lily

📋 copy color: '#BC98AA'

red 188 ◦ green 152 ◦ blue 170

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

Shades of Lily #BC98AA

Tints of Lily #BC98AA

RGB

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

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

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

R = 36.86%
G = 29.8%
B = 33.33%

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

#BC98AA (or 0xBC98AA) is known color: Lily. HEX triplet: BC, 98 and AA. RGB value is (188,152,170). Sum of RGB (Red+Green+Blue) = 188+152+170=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98AA is #436755. Grayscale: #A4A4A4. Windows color (decimal): -4417366 or 11180220. OLE color: 11180220.

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

Color convert

RGB 188 152 170 -
CMYK 0 0.19 0.10 0.26
HSL 330º 0.21% 0.67% -
HSV(B) 330º 0.19% 0.74% -
XYZ 39.22 36.05 42.92 -
YUV 164.82 130.93 144.54 -
System Red Green Blue C M Y K H S L
Decimal 188 152 170 0 0.19 0.10 0.26 330 0.21 0.67
Hex BC 98 AA 0 13 A 1A 14A 15 43
Octal 274 230 252 0 23 12 32 512 25 103
Binary 10111100 10011000 10101010 0 10011 1010 11010 101001010 10101 1000011

Color Harmonies of #BC98AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98AA

Black with #BC98AA

Text Example


Text Example

White with #BC98AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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