Html Css Color HEX #BCC6A7 Pale Leaf

📋 copy color: '#BCC6A7'

red 188 ◦ green 198 ◦ blue 167

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

Shades of Pale Leaf #BCC6A7

Tints of Pale Leaf #BCC6A7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.8%

 BLUE value IS 167 (65.63% from 255) = 30.2%

R = 34%
G = 35.8%
B = 30.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BCC6A7 (or 0xBCC6A7) is known color: Pale Leaf. HEX triplet: BC, C6 and A7. RGB value is (188,198,167). Sum of RGB (Red+Green+Blue) = 188+198+167=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC6A7 is #433958. Grayscale: #BFBFBF. Windows color (decimal): -4405593 or 10995388. OLE color: 10995388.

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

Color convert

RGB 188 198 167 -
CMYK 0.05 0 0.16 0.22
HSL 79.35º 0.21% 0.72% -
HSV(B) 79.35º 0.16% 0.78% -
XYZ 47.91 53.87 44.43 -
YUV 191.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 188 198 167 0.05 0 0.16 0.22 79.35 0.21 0.72
Hex BC C6 A7 5 0 10 16 4F 15 48
Octal 274 306 247 5 0 20 26 117 25 110
Binary 10111100 11000110 10100111 101 0 10000 10110 1001111 10101 1001000

Color Harmonies of #BCC6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC6A7

Black with #BCC6A7

Text Example


Text Example

White with #BCC6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC6A7; }

 p { color: rgb(188,198,167); }

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

background-color css

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

 a { background-color: rgb(188,198,167); }

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

border-color css

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

 span { border-color: rgb(188,198,167); }

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