Html Css Color HEX #BCD089 Caper

📋 copy color: '#BCD089'

red 188 ◦ green 208 ◦ blue 137

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

Shades of Caper #BCD089

Tints of Caper #BCD089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 25.7%

R = 35.27%
G = 39.02%
B = 25.7%

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

#BCD089 (or 0xBCD089) is known color: Caper. HEX triplet: BC, D0 and 89. RGB value is (188,208,137). Sum of RGB (Red+Green+Blue) = 188+208+137=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 137 (53.91% from 255 or 25.70% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD089 is #432F76. Grayscale: #C2C2C2. Windows color (decimal): -4403063 or 9031868. OLE color: 9031868.

HSL color Cylindrical-coordinate representation of color #BCD089: hue angle of 76.9º 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 #BCD089 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 137 -
CMYK 0.10 0 0.34 0.18
HSL 76.9º 0.43% 0.68% -
HSV(B) 76.9º 0.34% 0.82% -
XYZ 47.81 57.61 32.27 -
YUV 193.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 188 208 137 0.10 0 0.34 0.18 76.9 0.43 0.68
Hex BC D0 89 A 0 22 12 4D 2B 44
Octal 274 320 211 12 0 42 22 115 53 104
Binary 10111100 11010000 10001001 1010 0 100010 10010 1001101 101011 1000100

Color Harmonies of #BCD089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD089

Black with #BCD089

Text Example


Text Example

White with #BCD089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD089; }

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

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

background-color css

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

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

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

border-color css

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

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

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