Html Css Color HEX #BC94B0 Lily

📋 copy color: '#BC94B0'

red 188 ◦ green 148 ◦ blue 176

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

Shades of Lily #BC94B0

Tints of Lily #BC94B0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.91%

 BLUE value IS 176 (69.14% from 255) = 34.38%

R = 36.72%
G = 28.91%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC94B0 (or 0xBC94B0) is known color: Lily. HEX triplet: BC, 94 and B0. RGB value is (188,148,176). Sum of RGB (Red+Green+Blue) = 188+148+176=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 176 (69.14% from 255 or 34.38% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BC94B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC94B0 is #436B4F. Grayscale: #A3A3A3. Windows color (decimal): -4418384 or 11572412. OLE color: 11572412.

HSL color Cylindrical-coordinate representation of color #BC94B0: hue angle of 318º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BC94B0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 176 -
CMYK 0 0.21 0.06 0.26
HSL 318º 0.23% 0.66% -
HSV(B) 318º 0.21% 0.74% -
XYZ 39.17 35.01 45.77 -
YUV 163.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 188 148 176 0 0.21 0.06 0.26 318 0.23 0.66
Hex BC 94 B0 0 15 6 1A 13E 17 42
Octal 274 224 260 0 25 6 32 476 27 102
Binary 10111100 10010100 10110000 0 10101 110 11010 100111110 10111 1000010

Color Harmonies of #BC94B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC94B0

Black with #BC94B0

Text Example


Text Example

White with #BC94B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC94B0; }

 p { color: rgb(188,148,176); }

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

background-color css

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

 a { background-color: rgb(188,148,176); }

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

border-color css

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

 span { border-color: rgb(188,148,176); }

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