Html Css Color HEX #BCC7A8 Pale Leaf

📋 copy color: '#BCC7A8'

red 188 ◦ green 199 ◦ blue 168

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

Shades of Pale Leaf #BCC7A8

Tints of Pale Leaf #BCC7A8

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.86%

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

R = 33.87%
G = 35.86%
B = 30.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BCC7A8 (or 0xBCC7A8) is known color: Pale Leaf. HEX triplet: BC, C7 and A8. RGB value is (188,199,168). Sum of RGB (Red+Green+Blue) = 188+199+168=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7A8 is #433857. Grayscale: #C0C0C0. Windows color (decimal): -4405336 or 11061180. OLE color: 11061180.

HSL color Cylindrical-coordinate representation of color #BCC7A8: hue angle of 81.29º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCC7A8 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 168 -
CMYK 0.06 0 0.16 0.22
HSL 81.29º 0.22% 0.72% -
HSV(B) 81.29º 0.16% 0.78% -
XYZ 48.23 54.37 45 -
YUV 192.18 114.36 125.02 -
System Red Green Blue C M Y K H S L
Decimal 188 199 168 0.06 0 0.16 0.22 81.29 0.22 0.72
Hex BC C7 A8 6 0 10 16 51 16 48
Octal 274 307 250 6 0 20 26 121 26 110
Binary 10111100 11000111 10101000 110 0 10000 10110 1010001 10110 1001000

Color Harmonies of #BCC7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7A8

Black with #BCC7A8

Text Example


Text Example

White with #BCC7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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