Html Css Color HEX #BCCAA8 Pale Leaf

📋 copy color: '#BCCAA8'

red 188 ◦ green 202 ◦ blue 168

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

Shades of Pale Leaf #BCCAA8

Tints of Pale Leaf #BCCAA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.11%

R = 33.69%
G = 36.2%
B = 30.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#BCCAA8 (or 0xBCCAA8) is known color: Pale Leaf. HEX triplet: BC, CA and A8. RGB value is (188,202,168). Sum of RGB (Red+Green+Blue) = 188+202+168=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCAA8 is #433557. Grayscale: #C2C2C2. Windows color (decimal): -4404568 or 11061948. OLE color: 11061948.

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

Color convert

RGB 188 202 168 -
CMYK 0.07 0 0.17 0.21
HSL 84.71º 0.24% 0.73% -
HSV(B) 84.71º 0.17% 0.79% -
XYZ 48.93 55.76 45.23 -
YUV 193.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 188 202 168 0.07 0 0.17 0.21 84.71 0.24 0.73
Hex BC CA A8 7 0 11 15 55 18 49
Octal 274 312 250 7 0 21 25 125 30 111
Binary 10111100 11001010 10101000 111 0 10001 10101 1010101 11000 1001001

Color Harmonies of #BCCAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCAA8

Black with #BCCAA8

Text Example


Text Example

White with #BCCAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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