Html Css Color HEX #BC9BAF Lily

📋 copy color: '#BC9BAF'

red 188 ◦ green 155 ◦ blue 175

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

Shades of Lily #BC9BAF

Tints of Lily #BC9BAF

RGB

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

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

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

R = 36.29%
G = 29.92%
B = 33.78%

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

#BC9BAF (or 0xBC9BAF) is known color: Lily. HEX triplet: BC, 9B and AF. RGB value is (188,155,175). Sum of RGB (Red+Green+Blue) = 188+155+175=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9BAF is #436450. Grayscale: #A7A7A7. Windows color (decimal): -4416593 or 11508668. OLE color: 11508668.

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

Color convert

RGB 188 155 175 -
CMYK 0 0.18 0.07 0.26
HSL 323.64º 0.2% 0.67% -
HSV(B) 323.64º 0.18% 0.74% -
XYZ 40.2 37.23 45.62 -
YUV 167.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 188 155 175 0 0.18 0.07 0.26 323.64 0.2 0.67
Hex BC 9B AF 0 12 7 1A 144 14 43
Octal 274 233 257 0 22 7 32 504 24 103
Binary 10111100 10011011 10101111 0 10010 111 11010 101000100 10100 1000011

Color Harmonies of #BC9BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BAF

Black with #BC9BAF

Text Example


Text Example

White with #BC9BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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