Html Css Color HEX #BCCE85 Caper

📋 copy color: '#BCCE85'

red 188 ◦ green 206 ◦ blue 133

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

Shades of Caper #BCCE85

Tints of Caper #BCCE85

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.09%

 BLUE value IS 133 (52.34% from 255) = 25.24%

R = 35.67%
G = 39.09%
B = 25.24%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#BCCE85 (or 0xBCCE85) is known color: Caper. HEX triplet: BC, CE and 85. RGB value is (188,206,133). Sum of RGB (Red+Green+Blue) = 188+206+133=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE85 is #43317A. Grayscale: #C0C0C0. Windows color (decimal): -4403579 or 8769212. OLE color: 8769212.

HSL color Cylindrical-coordinate representation of color #BCCE85: hue angle of 74.79º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCCE85 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 133 -
CMYK 0.09 0 0.35 0.19
HSL 74.79º 0.43% 0.66% -
HSV(B) 74.79º 0.35% 0.81% -
XYZ 47.04 56.53 30.62 -
YUV 192.3 94.54 124.94 -
System Red Green Blue C M Y K H S L
Decimal 188 206 133 0.09 0 0.35 0.19 74.79 0.43 0.66
Hex BC CE 85 9 0 23 13 4B 2B 42
Octal 274 316 205 11 0 43 23 113 53 102
Binary 10111100 11001110 10000101 1001 0 100011 10011 1001011 101011 1000010

Color Harmonies of #BCCE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE85

Black with #BCCE85

Text Example


Text Example

White with #BCCE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE85; }

 p { color: rgb(188,206,133); }

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

background-color css

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

 a { background-color: rgb(188,206,133); }

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

border-color css

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

 span { border-color: rgb(188,206,133); }

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