Html Css Color HEX #BC98AF Lily

📋 copy color: '#BC98AF'

red 188 ◦ green 152 ◦ blue 175

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

Shades of Lily #BC98AF

Tints of Lily #BC98AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 36.5%
G = 29.51%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC98AF (or 0xBC98AF) is known color: Lily. HEX triplet: BC, 98 and AF. RGB value is (188,152,175). Sum of RGB (Red+Green+Blue) = 188+152+175=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 152 (59.77% from 255 or 29.51% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BC98AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC98AF is #436750. Grayscale: #A5A5A5. Windows color (decimal): -4417361 or 11507900. OLE color: 11507900.

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

Color convert

RGB 188 152 175 -
CMYK 0 0.19 0.07 0.26
HSL 321.67º 0.21% 0.67% -
HSV(B) 321.67º 0.19% 0.74% -
XYZ 39.71 36.24 45.46 -
YUV 165.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 188 152 175 0 0.19 0.07 0.26 321.67 0.21 0.67
Hex BC 98 AF 0 13 7 1A 142 15 43
Octal 274 230 257 0 23 7 32 502 25 103
Binary 10111100 10011000 10101111 0 10011 111 11010 101000010 10101 1000011

Color Harmonies of #BC98AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC98AF

Black with #BC98AF

Text Example


Text Example

White with #BC98AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC98AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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