Html Css Color HEX #BCCF7C Caper

📋 copy color: '#BCCF7C'

red 188 ◦ green 207 ◦ blue 124

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

Shades of Caper #BCCF7C

Tints of Caper #BCCF7C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.88%

 BLUE value IS 124 (48.83% from 255) = 23.89%

R = 36.22%
G = 39.88%
B = 23.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#BCCF7C (or 0xBCCF7C) is known color: Caper. HEX triplet: BC, CF and 7C. RGB value is (188,207,124). Sum of RGB (Red+Green+Blue) = 188+207+124=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 124 (48.83% from 255 or 23.89% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCF7C is #433083. Grayscale: #C0C0C0. Windows color (decimal): -4403332 or 8179644. OLE color: 8179644.

HSL color Cylindrical-coordinate representation of color #BCCF7C: hue angle of 73.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BCCF7C is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 207 124 -
CMYK 0.09 0 0.40 0.19
HSL 73.73º 0.46% 0.65% -
HSV(B) 73.73º 0.4% 0.81% -
XYZ 46.69 56.77 27.57 -
YUV 191.86 89.71 125.25 -
System Red Green Blue C M Y K H S L
Decimal 188 207 124 0.09 0 0.40 0.19 73.73 0.46 0.65
Hex BC CF 7C 9 0 28 13 4A 2E 41
Octal 274 317 174 11 0 50 23 112 56 101
Binary 10111100 11001111 1111100 1001 0 101000 10011 1001010 101110 1000001

Color Harmonies of #BCCF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCF7C

Black with #BCCF7C

Text Example


Text Example

White with #BCCF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCF7C; }

 p { color: rgb(188,207,124); }

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

background-color css

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

 a { background-color: rgb(188,207,124); }

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

border-color css

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

 span { border-color: rgb(188,207,124); }

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