Html Css Color HEX #BCD07D Caper

📋 copy color: '#BCD07D'

red 188 ◦ green 208 ◦ blue 125

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

Shades of Caper #BCD07D

Tints of Caper #BCD07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 36.08%
G = 39.92%
B = 23.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#BCD07D (or 0xBCD07D) is known color: Caper. HEX triplet: BC, D0 and 7D. RGB value is (188,208,125). Sum of RGB (Red+Green+Blue) = 188+208+125=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD07D is #432F82. Grayscale: #C0C0C0. Windows color (decimal): -4403075 or 8245436. OLE color: 8245436.

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

Color convert

RGB 188 208 125 -
CMYK 0.10 0 0.40 0.18
HSL 74.46º 0.47% 0.65% -
HSV(B) 74.46º 0.4% 0.82% -
XYZ 47 57.28 27.98 -
YUV 192.56 89.87 124.75 -
System Red Green Blue C M Y K H S L
Decimal 188 208 125 0.10 0 0.40 0.18 74.46 0.47 0.65
Hex BC D0 7D A 0 28 12 4A 2F 41
Octal 274 320 175 12 0 50 22 112 57 101
Binary 10111100 11010000 1111101 1010 0 101000 10010 1001010 101111 1000001

Color Harmonies of #BCD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD07D

Black with #BCD07D

Text Example


Text Example

White with #BCD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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