Html Css Color HEX #BCCE8B Caper

📋 copy color: '#BCCE8B'

red 188 ◦ green 206 ◦ blue 139

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

Shades of Caper #BCCE8B

Tints of Caper #BCCE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.08%

R = 35.27%
G = 38.65%
B = 26.08%

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

#BCCE8B (or 0xBCCE8B) is known color: Caper. HEX triplet: BC, CE and 8B. RGB value is (188,206,139). Sum of RGB (Red+Green+Blue) = 188+206+139=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 206 (80.86% from 255 or 38.65% from 533); Blue value is 139 (54.69% from 255 or 26.08% from 533); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE8B is #433174. Grayscale: #C1C1C1. Windows color (decimal): -4403573 or 9162428. OLE color: 9162428.

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

Color convert

RGB 188 206 139 -
CMYK 0.09 0 0.33 0.19
HSL 76.12º 0.41% 0.68% -
HSV(B) 76.12º 0.33% 0.81% -
XYZ 47.47 56.7 32.87 -
YUV 192.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 188 206 139 0.09 0 0.33 0.19 76.12 0.41 0.68
Hex BC CE 8B 9 0 21 13 4C 29 44
Octal 274 316 213 11 0 41 23 114 51 104
Binary 10111100 11001110 10001011 1001 0 100001 10011 1001100 101001 1000100

Color Harmonies of #BCCE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE8B

Black with #BCCE8B

Text Example


Text Example

White with #BCCE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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