Html Css Color HEX #BCC7A5 Pale Leaf

📋 copy color: '#BCC7A5'

red 188 ◦ green 199 ◦ blue 165

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

Shades of Pale Leaf #BCC7A5

Tints of Pale Leaf #BCC7A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.89%

R = 34.06%
G = 36.05%
B = 29.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#BCC7A5 (or 0xBCC7A5) is known color: Pale Leaf. HEX triplet: BC, C7 and A5. RGB value is (188,199,165). Sum of RGB (Red+Green+Blue) = 188+199+165=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 199 (78.12% from 255 or 36.05% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC7A5 is #43385A. Grayscale: #BFBFBF. Windows color (decimal): -4405339 or 10864572. OLE color: 10864572.

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

Color convert

RGB 188 199 165 -
CMYK 0.06 0 0.17 0.22
HSL 79.41º 0.23% 0.71% -
HSV(B) 79.41º 0.17% 0.78% -
XYZ 47.95 54.25 43.54 -
YUV 191.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 188 199 165 0.06 0 0.17 0.22 79.41 0.23 0.71
Hex BC C7 A5 6 0 11 16 4F 17 47
Octal 274 307 245 6 0 21 26 117 27 107
Binary 10111100 11000111 10100101 110 0 10001 10110 1001111 10111 1000111

Color Harmonies of #BCC7A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC7A5

Black with #BCC7A5

Text Example


Text Example

White with #BCC7A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC7A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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