Html Css Color HEX #BCCAA9 Pale Leaf

📋 copy color: '#BCCAA9'

red 188 ◦ green 202 ◦ blue 169

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

Shades of Pale Leaf #BCCAA9

Tints of Pale Leaf #BCCAA9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.14%

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

R = 33.63%
G = 36.14%
B = 30.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#BCCAA9 (or 0xBCCAA9) is known color: Pale Leaf. HEX triplet: BC, CA and A9. RGB value is (188,202,169). Sum of RGB (Red+Green+Blue) = 188+202+169=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 169 (66.41% from 255 or 30.23% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA9 is #433556. Grayscale: #C2C2C2. Windows color (decimal): -4404567 or 11127484. OLE color: 11127484.

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

Color convert

RGB 188 202 169 -
CMYK 0.07 0 0.16 0.21
HSL 85.45º 0.24% 0.73% -
HSV(B) 85.45º 0.16% 0.79% -
XYZ 49.02 55.8 45.72 -
YUV 194.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 188 202 169 0.07 0 0.16 0.21 85.45 0.24 0.73
Hex BC CA A9 7 0 10 15 55 18 49
Octal 274 312 251 7 0 20 25 125 30 111
Binary 10111100 11001010 10101001 111 0 10000 10101 1010101 11000 1001001

Color Harmonies of #BCCAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAA9

Black with #BCCAA9

Text Example


Text Example

White with #BCCAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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