Html Css Color HEX #BC95AF Lily

📋 copy color: '#BC95AF'

red 188 ◦ green 149 ◦ blue 175

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

Shades of Lily #BC95AF

Tints of Lily #BC95AF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 36.72%
G = 29.1%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC95AF (or 0xBC95AF) is known color: Lily. HEX triplet: BC, 95 and AF. RGB value is (188,149,175). Sum of RGB (Red+Green+Blue) = 188+149+175=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BC95AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC95AF is #436A50. Grayscale: #A3A3A3. Windows color (decimal): -4418129 or 11507132. OLE color: 11507132.

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

Color convert

RGB 188 149 175 -
CMYK 0 0.21 0.07 0.26
HSL 320º 0.23% 0.66% -
HSV(B) 320º 0.21% 0.74% -
XYZ 39.22 35.28 45.3 -
YUV 163.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 188 149 175 0 0.21 0.07 0.26 320 0.23 0.66
Hex BC 95 AF 0 15 7 1A 140 17 42
Octal 274 225 257 0 25 7 32 500 27 102
Binary 10111100 10010101 10101111 0 10101 111 11010 101000000 10111 1000010

Color Harmonies of #BC95AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC95AF

Black with #BC95AF

Text Example


Text Example

White with #BC95AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC95AF; }

 p { color: rgb(188,149,175); }

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

background-color css

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

 a { background-color: rgb(188,149,175); }

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

border-color css

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

 span { border-color: rgb(188,149,175); }

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