Html Css Color HEX #BCC9AB Pale Leaf

📋 copy color: '#BCC9AB'

red 188 ◦ green 201 ◦ blue 171

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

Shades of Pale Leaf #BCC9AB

Tints of Pale Leaf #BCC9AB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.89%

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

R = 33.57%
G = 35.89%
B = 30.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#BCC9AB (or 0xBCC9AB) is known color: Pale Leaf. HEX triplet: BC, C9 and AB. RGB value is (188,201,171). Sum of RGB (Red+Green+Blue) = 188+201+171=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9AB is #433654. Grayscale: #C1C1C1. Windows color (decimal): -4404821 or 11258300. OLE color: 11258300.

HSL color Cylindrical-coordinate representation of color #BCC9AB: hue angle of 86º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCC9AB is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 171 -
CMYK 0.06 0 0.15 0.21
HSL 86º 0.22% 0.73% -
HSV(B) 86º 0.15% 0.79% -
XYZ 48.98 55.4 46.64 -
YUV 193.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 188 201 171 0.06 0 0.15 0.21 86 0.22 0.73
Hex BC C9 AB 6 0 F 15 56 16 49
Octal 274 311 253 6 0 17 25 126 26 111
Binary 10111100 11001001 10101011 110 0 1111 10101 1010110 10110 1001001

Color Harmonies of #BCC9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9AB

Black with #BCC9AB

Text Example


Text Example

White with #BCC9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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