Html Css Color HEX #BCCC8D Caper

📋 copy color: '#BCCC8D'

red 188 ◦ green 204 ◦ blue 141

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

Shades of Caper #BCCC8D

Tints of Caper #BCCC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.45%

R = 35.27%
G = 38.27%
B = 26.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#BCCC8D (or 0xBCCC8D) is known color: Caper. HEX triplet: BC, CC and 8D. RGB value is (188,204,141). Sum of RGB (Red+Green+Blue) = 188+204+141=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 204 (80.08% from 255 or 38.27% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCC8D is #433372. Grayscale: #C0C0C0. Windows color (decimal): -4404083 or 9292988. OLE color: 9292988.

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

Color convert

RGB 188 204 141 -
CMYK 0.08 0 0.31 0.2
HSL 75.24º 0.38% 0.68% -
HSV(B) 75.24º 0.31% 0.8% -
XYZ 47.14 55.8 33.49 -
YUV 192.03 99.2 125.12 -
System Red Green Blue C M Y K H S L
Decimal 188 204 141 0.08 0 0.31 0.2 75.24 0.38 0.68
Hex BC CC 8D 8 0 1F 14 4B 26 44
Octal 274 314 215 10 0 37 24 113 46 104
Binary 10111100 11001100 10001101 1000 0 11111 10100 1001011 100110 1000100

Color Harmonies of #BCCC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC8D

Black with #BCCC8D

Text Example


Text Example

White with #BCCC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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