Html Css Color HEX #BC9BAE Lily

📋 copy color: '#BC9BAE'

red 188 ◦ green 155 ◦ blue 174

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

Shades of Lily #BC9BAE

Tints of Lily #BC9BAE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.98%

 BLUE value IS 174 (68.36% from 255) = 33.66%

R = 36.36%
G = 29.98%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC9BAE (or 0xBC9BAE) is known color: Lily. HEX triplet: BC, 9B and AE. RGB value is (188,155,174). Sum of RGB (Red+Green+Blue) = 188+155+174=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 174 (68.36% from 255 or 33.66% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9BAE is #436451. Grayscale: #A6A6A6. Windows color (decimal): -4416594 or 11443132. OLE color: 11443132.

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

Color convert

RGB 188 155 174 -
CMYK 0 0.18 0.07 0.26
HSL 325.45º 0.2% 0.67% -
HSV(B) 325.45º 0.18% 0.74% -
XYZ 40.1 37.19 45.11 -
YUV 167.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 188 155 174 0 0.18 0.07 0.26 325.45 0.2 0.67
Hex BC 9B AE 0 12 7 1A 145 14 43
Octal 274 233 256 0 22 7 32 505 24 103
Binary 10111100 10011011 10101110 0 10010 111 11010 101000101 10100 1000011

Color Harmonies of #BC9BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BAE

Black with #BC9BAE

Text Example


Text Example

White with #BC9BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BAE; }

 p { color: rgb(188,155,174); }

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

background-color css

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

 a { background-color: rgb(188,155,174); }

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

border-color css

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

 span { border-color: rgb(188,155,174); }

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