Html Css Color HEX #BCD388 Caper

📋 copy color: '#BCD388'

red 188 ◦ green 211 ◦ blue 136

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

Shades of Caper #BCD388

Tints of Caper #BCD388

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.44%

 BLUE value IS 136 (53.52% from 255) = 25.42%

R = 35.14%
G = 39.44%
B = 25.42%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#BCD388 (or 0xBCD388) is known color: Caper. HEX triplet: BC, D3 and 88. RGB value is (188,211,136). Sum of RGB (Red+Green+Blue) = 188+211+136=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 136 (53.52% from 255 or 25.42% from 535); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD388 is #432C77. Grayscale: #C3C3C3. Windows color (decimal): -4402296 or 8967100. OLE color: 8967100.

HSL color Cylindrical-coordinate representation of color #BCD388: hue angle of 78.4º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCD388 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 136 -
CMYK 0.11 0 0.36 0.17
HSL 78.4º 0.46% 0.68% -
HSV(B) 78.4º 0.36% 0.83% -
XYZ 48.48 59.06 32.14 -
YUV 195.57 94.38 122.6 -
System Red Green Blue C M Y K H S L
Decimal 188 211 136 0.11 0 0.36 0.17 78.4 0.46 0.68
Hex BC D3 88 B 0 24 11 4E 2E 44
Octal 274 323 210 13 0 44 21 116 56 104
Binary 10111100 11010011 10001000 1011 0 100100 10001 1001110 101110 1000100

Color Harmonies of #BCD388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD388

Black with #BCD388

Text Example


Text Example

White with #BCD388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD388; }

 p { color: rgb(188,211,136); }

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

background-color css

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

 a { background-color: rgb(188,211,136); }

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

border-color css

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

 span { border-color: rgb(188,211,136); }

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