Html Css Color HEX #BCD07E Caper

📋 copy color: '#BCD07E'

red 188 ◦ green 208 ◦ blue 126

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

Shades of Caper #BCD07E

Tints of Caper #BCD07E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.85%

 BLUE value IS 126 (49.61% from 255) = 24.14%

R = 36.02%
G = 39.85%
B = 24.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#BCD07E (or 0xBCD07E) is known color: Caper. HEX triplet: BC, D0 and 7E. RGB value is (188,208,126). Sum of RGB (Red+Green+Blue) = 188+208+126=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD07E is #432F81. Grayscale: #C0C0C0. Windows color (decimal): -4403074 or 8310972. OLE color: 8310972.

HSL color Cylindrical-coordinate representation of color #BCD07E: hue angle of 74.63º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCD07E is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 126 -
CMYK 0.10 0 0.39 0.18
HSL 74.63º 0.47% 0.65% -
HSV(B) 74.63º 0.39% 0.82% -
XYZ 47.06 57.31 28.32 -
YUV 192.67 90.37 124.67 -
System Red Green Blue C M Y K H S L
Decimal 188 208 126 0.10 0 0.39 0.18 74.63 0.47 0.65
Hex BC D0 7E A 0 27 12 4B 2F 41
Octal 274 320 176 12 0 47 22 113 57 101
Binary 10111100 11010000 1111110 1010 0 100111 10010 1001011 101111 1000001

Color Harmonies of #BCD07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD07E

Black with #BCD07E

Text Example


Text Example

White with #BCD07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD07E; }

 p { color: rgb(188,208,126); }

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

background-color css

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

 a { background-color: rgb(188,208,126); }

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

border-color css

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

 span { border-color: rgb(188,208,126); }

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