Html Css Color HEX #BCD27D Caper

📋 copy color: '#BCD27D'

red 188 ◦ green 210 ◦ blue 125

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

Shades of Caper #BCD27D

Tints of Caper #BCD27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.15%

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

R = 35.95%
G = 40.15%
B = 23.9%

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

#BCD27D (or 0xBCD27D) is known color: Caper. HEX triplet: BC, D2 and 7D. RGB value is (188,210,125). Sum of RGB (Red+Green+Blue) = 188+210+125=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD27D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD27D is #432D82. Grayscale: #C2C2C2. Windows color (decimal): -4402563 or 8245948. OLE color: 8245948.

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

Color convert

RGB 188 210 125 -
CMYK 0.10 0 0.40 0.18
HSL 75.53º 0.49% 0.66% -
HSV(B) 75.53º 0.4% 0.82% -
XYZ 47.49 58.27 28.15 -
YUV 193.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 188 210 125 0.10 0 0.40 0.18 75.53 0.49 0.66
Hex BC D2 7D A 0 28 12 4C 31 42
Octal 274 322 175 12 0 50 22 114 61 102
Binary 10111100 11010010 1111101 1010 0 101000 10010 1001100 110001 1000010

Color Harmonies of #BCD27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD27D

Black with #BCD27D

Text Example


Text Example

White with #BCD27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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