Html Css Color HEX #BCC9A9 Pale Leaf

📋 copy color: '#BCC9A9'

red 188 ◦ green 201 ◦ blue 169

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

Shades of Pale Leaf #BCC9A9

Tints of Pale Leaf #BCC9A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.29%

R = 33.69%
G = 36.02%
B = 30.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#BCC9A9 (or 0xBCC9A9) is known color: Pale Leaf. HEX triplet: BC, C9 and A9. RGB value is (188,201,169). Sum of RGB (Red+Green+Blue) = 188+201+169=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC9A9 is #433656. Grayscale: #C1C1C1. Windows color (decimal): -4404823 or 11127228. OLE color: 11127228.

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

Color convert

RGB 188 201 169 -
CMYK 0.06 0 0.16 0.21
HSL 84.38º 0.23% 0.73% -
HSV(B) 84.38º 0.16% 0.79% -
XYZ 48.79 55.33 45.64 -
YUV 193.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 188 201 169 0.06 0 0.16 0.21 84.38 0.23 0.73
Hex BC C9 A9 6 0 10 15 54 17 49
Octal 274 311 251 6 0 20 25 124 27 111
Binary 10111100 11001001 10101001 110 0 10000 10101 1010100 10111 1001001

Color Harmonies of #BCC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC9A9

Black with #BCC9A9

Text Example


Text Example

White with #BCC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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