Html Css Color HEX #BCCE8A Caper

📋 copy color: '#BCCE8A'

red 188 ◦ green 206 ◦ blue 138

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

Shades of Caper #BCCE8A

Tints of Caper #BCCE8A

RGB

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

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

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

R = 35.34%
G = 38.72%
B = 25.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#BCCE8A (or 0xBCCE8A) is known color: Caper. HEX triplet: BC, CE and 8A. RGB value is (188,206,138). Sum of RGB (Red+Green+Blue) = 188+206+138=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 206 (80.86% from 255 or 38.72% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE8A is #433175. Grayscale: #C1C1C1. Windows color (decimal): -4403574 or 9096892. OLE color: 9096892.

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

Color convert

RGB 188 206 138 -
CMYK 0.09 0 0.33 0.19
HSL 75.88º 0.41% 0.67% -
HSV(B) 75.88º 0.33% 0.81% -
XYZ 47.4 56.67 32.48 -
YUV 192.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 188 206 138 0.09 0 0.33 0.19 75.88 0.41 0.67
Hex BC CE 8A 9 0 21 13 4C 29 43
Octal 274 316 212 11 0 41 23 114 51 103
Binary 10111100 11001110 10001010 1001 0 100001 10011 1001100 101001 1000011

Color Harmonies of #BCCE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE8A

Black with #BCCE8A

Text Example


Text Example

White with #BCCE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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