Html Css Color HEX #BC94AB Lily

📋 copy color: '#BC94AB'

red 188 ◦ green 148 ◦ blue 171

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

Shades of Lily #BC94AB

Tints of Lily #BC94AB

RGB

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

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

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

R = 37.08%
G = 29.19%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC94AB (or 0xBC94AB) is known color: Lily. HEX triplet: BC, 94 and AB. RGB value is (188,148,171). Sum of RGB (Red+Green+Blue) = 188+148+171=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94AB is #436B54. Grayscale: #A2A2A2. Windows color (decimal): -4418389 or 11244732. OLE color: 11244732.

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

Color convert

RGB 188 148 171 -
CMYK 0 0.21 0.09 0.26
HSL 325.5º 0.23% 0.66% -
HSV(B) 325.5º 0.21% 0.74% -
XYZ 38.68 34.81 43.21 -
YUV 162.58 132.75 146.13 -
System Red Green Blue C M Y K H S L
Decimal 188 148 171 0 0.21 0.09 0.26 325.5 0.23 0.66
Hex BC 94 AB 0 15 9 1A 146 17 42
Octal 274 224 253 0 25 11 32 506 27 102
Binary 10111100 10010100 10101011 0 10101 1001 11010 101000110 10111 1000010

Color Harmonies of #BC94AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94AB

Black with #BC94AB

Text Example


Text Example

White with #BC94AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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