Html Css Color HEX #BC94AA Lily

📋 copy color: '#BC94AA'

red 188 ◦ green 148 ◦ blue 170

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

Shades of Lily #BC94AA

Tints of Lily #BC94AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.25%

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

R = 37.15%
G = 29.25%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC94AA (or 0xBC94AA) is known color: Lily. HEX triplet: BC, 94 and AA. RGB value is (188,148,170). Sum of RGB (Red+Green+Blue) = 188+148+170=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 170 (66.80% from 255 or 33.60% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94AA is #436B55. Grayscale: #A2A2A2. Windows color (decimal): -4418390 or 11179196. OLE color: 11179196.

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

Color convert

RGB 188 148 170 -
CMYK 0 0.21 0.10 0.26
HSL 327º 0.23% 0.66% -
HSV(B) 327º 0.21% 0.74% -
XYZ 38.58 34.77 42.71 -
YUV 162.47 132.25 146.21 -
System Red Green Blue C M Y K H S L
Decimal 188 148 170 0 0.21 0.10 0.26 327 0.23 0.66
Hex BC 94 AA 0 15 A 1A 147 17 42
Octal 274 224 252 0 25 12 32 507 27 102
Binary 10111100 10010100 10101010 0 10101 1010 11010 101000111 10111 1000010

Color Harmonies of #BC94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94AA

Black with #BC94AA

Text Example


Text Example

White with #BC94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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