Html Css Color HEX #BCCD84 Caper

📋 copy color: '#BCCD84'

red 188 ◦ green 205 ◦ blue 132

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

Shades of Caper #BCCD84

Tints of Caper #BCCD84

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.05%

 BLUE value IS 132 (51.95% from 255) = 25.14%

R = 35.81%
G = 39.05%
B = 25.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.20

RGB Variations

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

Color information

#BCCD84 (or 0xBCCD84) is known color: Caper. HEX triplet: BC, CD and 84. RGB value is (188,205,132). Sum of RGB (Red+Green+Blue) = 188+205+132=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD84 is #43327B. Grayscale: #BFBFBF. Windows color (decimal): -4403836 or 8703420. OLE color: 8703420.

HSL color Cylindrical-coordinate representation of color #BCCD84: hue angle of 73.97º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BCCD84 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 205 132 -
CMYK 0.08 0 0.36 0.20
HSL 73.97º 0.42% 0.66% -
HSV(B) 73.97º 0.36% 0.8% -
XYZ 46.74 56.02 30.18 -
YUV 191.6 94.37 125.44 -
System Red Green Blue C M Y K H S L
Decimal 188 205 132 0.08 0 0.36 0.20 73.97 0.42 0.66
Hex BC CD 84 8 0 24 14 4A 2A 42
Octal 274 315 204 10 0 44 24 112 52 102
Binary 10111100 11001101 10000100 1000 0 100100 10100 1001010 101010 1000010

Color Harmonies of #BCCD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD84

Black with #BCCD84

Text Example


Text Example

White with #BCCD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD84; }

 p { color: rgb(188,205,132); }

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

background-color css

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

 a { background-color: rgb(188,205,132); }

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

border-color css

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

 span { border-color: rgb(188,205,132); }

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