Html Css Color HEX #BC9BAB Lily

📋 copy color: '#BC9BAB'

red 188 ◦ green 155 ◦ blue 171

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

Shades of Lily #BC9BAB

Tints of Lily #BC9BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.27%

R = 36.58%
G = 30.16%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC9BAB (or 0xBC9BAB) is known color: Lily. HEX triplet: BC, 9B and AB. RGB value is (188,155,171). Sum of RGB (Red+Green+Blue) = 188+155+171=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9BAB is #436454. Grayscale: #A6A6A6. Windows color (decimal): -4416597 or 11246524. OLE color: 11246524.

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

Color convert

RGB 188 155 171 -
CMYK 0 0.18 0.09 0.26
HSL 330.91º 0.2% 0.67% -
HSV(B) 330.91º 0.18% 0.74% -
XYZ 39.81 37.07 43.59 -
YUV 166.69 130.43 143.2 -
System Red Green Blue C M Y K H S L
Decimal 188 155 171 0 0.18 0.09 0.26 330.91 0.2 0.67
Hex BC 9B AB 0 12 9 1A 14B 14 43
Octal 274 233 253 0 22 11 32 513 24 103
Binary 10111100 10011011 10101011 0 10010 1001 11010 101001011 10100 1000011

Color Harmonies of #BC9BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9BAB

Black with #BC9BAB

Text Example


Text Example

White with #BC9BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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