Html Css Color HEX #BC9EB6 Lily

📋 copy color: '#BC9EB6'

red 188 ◦ green 158 ◦ blue 182

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

Shades of Lily #BC9EB6

Tints of Lily #BC9EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 34.47%

R = 35.61%
G = 29.92%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC9EB6 (or 0xBC9EB6) is known color: Lily. HEX triplet: BC, 9E and B6. RGB value is (188,158,182). Sum of RGB (Red+Green+Blue) = 188+158+182=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 182 (71.48% from 255 or 34.47% from 528); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9EB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9EB6 is #436149. Grayscale: #A9A9A9. Windows color (decimal): -4415818 or 11968188. OLE color: 11968188.

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

Color convert

RGB 188 158 182 -
CMYK 0 0.16 0.03 0.26
HSL 312º 0.18% 0.68% -
HSV(B) 312º 0.16% 0.74% -
XYZ 41.41 38.52 49.51 -
YUV 169.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 188 158 182 0 0.16 0.03 0.26 312 0.18 0.68
Hex BC 9E B6 0 10 3 1A 138 12 44
Octal 274 236 266 0 20 3 32 470 22 104
Binary 10111100 10011110 10110110 0 10000 11 11010 100111000 10010 1000100

Color Harmonies of #BC9EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9EB6

Black with #BC9EB6

Text Example


Text Example

White with #BC9EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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