Html Css Color HEX #BCD08A Caper

📋 copy color: '#BCD08A'

red 188 ◦ green 208 ◦ blue 138

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

Shades of Caper #BCD08A

Tints of Caper #BCD08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.84%

R = 35.21%
G = 38.95%
B = 25.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#BCD08A (or 0xBCD08A) is known color: Caper. HEX triplet: BC, D0 and 8A. RGB value is (188,208,138). Sum of RGB (Red+Green+Blue) = 188+208+138=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 138 (54.30% from 255 or 25.84% from 534); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD08A is #432F75. Grayscale: #C2C2C2. Windows color (decimal): -4403062 or 9097404. OLE color: 9097404.

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

Color convert

RGB 188 208 138 -
CMYK 0.10 0 0.34 0.18
HSL 77.14º 0.43% 0.68% -
HSV(B) 77.14º 0.34% 0.82% -
XYZ 47.88 57.64 32.65 -
YUV 194.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 188 208 138 0.10 0 0.34 0.18 77.14 0.43 0.68
Hex BC D0 8A A 0 22 12 4D 2B 44
Octal 274 320 212 12 0 42 22 115 53 104
Binary 10111100 11010000 10001010 1010 0 100010 10010 1001101 101011 1000100

Color Harmonies of #BCD08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD08A

Black with #BCD08A

Text Example


Text Example

White with #BCD08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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