Html Css Color HEX #BC98AB Lily

📋 copy color: '#BC98AB'

red 188 ◦ green 152 ◦ blue 171

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

Shades of Lily #BC98AB

Tints of Lily #BC98AB

RGB

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

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

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

R = 36.79%
G = 29.75%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC98AB (or 0xBC98AB) is known color: Lily. HEX triplet: BC, 98 and AB. RGB value is (188,152,171). Sum of RGB (Red+Green+Blue) = 188+152+171=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98AB is #436754. Grayscale: #A4A4A4. Windows color (decimal): -4417365 or 11245756. OLE color: 11245756.

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

Color convert

RGB 188 152 171 -
CMYK 0 0.19 0.09 0.26
HSL 328.33º 0.21% 0.67% -
HSV(B) 328.33º 0.19% 0.74% -
XYZ 39.32 36.09 43.42 -
YUV 164.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 188 152 171 0 0.19 0.09 0.26 328.33 0.21 0.67
Hex BC 98 AB 0 13 9 1A 148 15 43
Octal 274 230 253 0 23 11 32 510 25 103
Binary 10111100 10011000 10101011 0 10011 1001 11010 101001000 10101 1000011

Color Harmonies of #BC98AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98AB

Black with #BC98AB

Text Example


Text Example

White with #BC98AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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