Html Css Color HEX #BC9AB4 Lily

📋 copy color: '#BC9AB4'

red 188 ◦ green 154 ◦ blue 180

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

Shades of Lily #BC9AB4

Tints of Lily #BC9AB4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

 BLUE value IS 180 (70.7% from 255) = 34.48%

R = 36.02%
G = 29.5%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC9AB4 (or 0xBC9AB4) is known color: Lily. HEX triplet: BC, 9A and B4. RGB value is (188,154,180). Sum of RGB (Red+Green+Blue) = 188+154+180=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 180 (70.70% from 255 or 34.48% from 522); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9AB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9AB4 is #43654B. Grayscale: #A7A7A7. Windows color (decimal): -4416844 or 11836092. OLE color: 11836092.

HSL color Cylindrical-coordinate representation of color #BC9AB4: hue angle of 314.12º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BC9AB4 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 180 -
CMYK 0 0.18 0.04 0.26
HSL 314.12º 0.2% 0.67% -
HSV(B) 314.12º 0.18% 0.74% -
XYZ 40.53 37.1 48.2 -
YUV 167.13 135.26 142.89 -
System Red Green Blue C M Y K H S L
Decimal 188 154 180 0 0.18 0.04 0.26 314.12 0.2 0.67
Hex BC 9A B4 0 12 4 1A 13A 14 43
Octal 274 232 264 0 22 4 32 472 24 103
Binary 10111100 10011010 10110100 0 10010 100 11010 100111010 10100 1000011

Color Harmonies of #BC9AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AB4

Black with #BC9AB4

Text Example


Text Example

White with #BC9AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AB4; }

 p { color: rgb(188,154,180); }

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

background-color css

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

 a { background-color: rgb(188,154,180); }

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

border-color css

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

 span { border-color: rgb(188,154,180); }

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