Html Css Color HEX #BC9EAA Lily

📋 copy color: '#BC9EAA'

red 188 ◦ green 158 ◦ blue 170

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

Shades of Lily #BC9EAA

Tints of Lily #BC9EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

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

R = 36.43%
G = 30.62%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC9EAA (or 0xBC9EAA) is known color: Lily. HEX triplet: BC, 9E and AA. RGB value is (188,158,170). Sum of RGB (Red+Green+Blue) = 188+158+170=516 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.43% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9EAA is #436155. Grayscale: #A8A8A8. Windows color (decimal): -4415830 or 11181756. OLE color: 11181756.

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

Color convert

RGB 188 158 170 -
CMYK 0 0.16 0.10 0.26
HSL 336º 0.18% 0.68% -
HSV(B) 336º 0.16% 0.74% -
XYZ 40.22 38.05 43.25 -
YUV 168.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 188 158 170 0 0.16 0.10 0.26 336 0.18 0.68
Hex BC 9E AA 0 10 A 1A 150 12 44
Octal 274 236 252 0 20 12 32 520 22 104
Binary 10111100 10011110 10101010 0 10000 1010 11010 101010000 10010 1000100

Color Harmonies of #BC9EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EAA

Black with #BC9EAA

Text Example


Text Example

White with #BC9EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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