Html Css Color HEX #BC9FB6 Lily

📋 copy color: '#BC9FB6'

red 188 ◦ green 159 ◦ blue 182

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

Shades of Lily #BC9FB6

Tints of Lily #BC9FB6

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.06%

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

R = 35.54%
G = 30.06%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC9FB6 (or 0xBC9FB6) is known color: Lily. HEX triplet: BC, 9F and B6. RGB value is (188,159,182). Sum of RGB (Red+Green+Blue) = 188+159+182=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 182 (71.48% from 255 or 34.40% from 529); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9FB6 is #436049. Grayscale: #AAAAAA. Windows color (decimal): -4415562 or 11968444. OLE color: 11968444.

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

Color convert

RGB 188 159 182 -
CMYK 0 0.15 0.03 0.26
HSL 312.41º 0.18% 0.68% -
HSV(B) 312.41º 0.15% 0.74% -
XYZ 41.58 38.87 49.57 -
YUV 170.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 188 159 182 0 0.15 0.03 0.26 312.41 0.18 0.68
Hex BC 9F B6 0 F 3 1A 138 12 44
Octal 274 237 266 0 17 3 32 470 22 104
Binary 10111100 10011111 10110110 0 1111 11 11010 100111000 10010 1000100

Color Harmonies of #BC9FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9FB6

Black with #BC9FB6

Text Example


Text Example

White with #BC9FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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