Html Css Color HEX #BC9AAB Lily

📋 copy color: '#BC9AAB'

red 188 ◦ green 154 ◦ blue 171

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

Shades of Lily #BC9AAB

Tints of Lily #BC9AAB

RGB

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

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

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

R = 36.65%
G = 30.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC9AAB (or 0xBC9AAB) is known color: Lily. HEX triplet: BC, 9A and AB. RGB value is (188,154,171). Sum of RGB (Red+Green+Blue) = 188+154+171=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9AAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9AAB is #436554. Grayscale: #A6A6A6. Windows color (decimal): -4416853 or 11246268. OLE color: 11246268.

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

Color convert

RGB 188 154 171 -
CMYK 0 0.18 0.09 0.26
HSL 330º 0.2% 0.67% -
HSV(B) 330º 0.18% 0.74% -
XYZ 39.65 36.74 43.53 -
YUV 166.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 188 154 171 0 0.18 0.09 0.26 330 0.2 0.67
Hex BC 9A AB 0 12 9 1A 14A 14 43
Octal 274 232 253 0 22 11 32 512 24 103
Binary 10111100 10011010 10101011 0 10010 1001 11010 101001010 10100 1000011

Color Harmonies of #BC9AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9AAB

Black with #BC9AAB

Text Example


Text Example

White with #BC9AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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