Html Css Color HEX #BCCC8A Caper

📋 copy color: '#BCCC8A'

red 188 ◦ green 204 ◦ blue 138

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

Shades of Caper #BCCC8A

Tints of Caper #BCCC8A

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.49%

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

R = 35.47%
G = 38.49%
B = 26.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#BCCC8A (or 0xBCCC8A) is known color: Caper. HEX triplet: BC, CC and 8A. RGB value is (188,204,138). Sum of RGB (Red+Green+Blue) = 188+204+138=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 138 (54.30% from 255 or 26.04% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC8A is #433375. Grayscale: #BFBFBF. Windows color (decimal): -4404086 or 9096380. OLE color: 9096380.

HSL color Cylindrical-coordinate representation of color #BCCC8A: hue angle of 74.55º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BCCC8A is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 138 -
CMYK 0.08 0 0.32 0.2
HSL 74.55º 0.39% 0.67% -
HSV(B) 74.55º 0.32% 0.8% -
XYZ 46.92 55.71 32.33 -
YUV 191.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 188 204 138 0.08 0 0.32 0.2 74.55 0.39 0.67
Hex BC CC 8A 8 0 20 14 4B 27 43
Octal 274 314 212 10 0 40 24 113 47 103
Binary 10111100 11001100 10001010 1000 0 100000 10100 1001011 100111 1000011

Color Harmonies of #BCCC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC8A

Black with #BCCC8A

Text Example


Text Example

White with #BCCC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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