#BDCC84

Color #BDCC84 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #BDCC84

Tints of Caper #BDCC84

Color information

#BDCC84 (or 0xBDCC84) is unknown color: approx Caper. HEX triplet: BD, CC and 84. RGB value is (189,204,132). Sum of RGB (Red+Green+Blue) = 189+204+132=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 132 (51.95% from 255 or 25.14% from 525); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC84 is #42337B. Grayscale: #BFBFBF. Windows color (decimal): -4338556 or 8703165. OLE color: 8703165.

HSL color Cylindrical-coordinate representation of color #BDCC84: hue angle of 72.5º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDCC84 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB189204132-
CMYK0.0700.350.2
HSL72.5º41.38%65.88%-
HSV(B)72.5º35.29%80%-
XYZ46.7455.6730.11-
YUV191.3194.53126.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 132 (51.95% from 255) = 25.14%
R=36%
G=38.86%
B=25.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041320.0700.350.272.541.3865.88
HexBDCC84702314482942
Octal27531420470432411051102
Binary10111101110011001000010011101000111010010010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC84; }

 p { color: rgb(189,204,132); }

 H1.HeaderClassName
 {
   color: #BDCC84;
 }
 .AnyTagClassName
 {
   color: #BDCC84;
 }
</style>
background-color css

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

 a { background-color: rgb(189,204,132); }

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

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

 span { border-color: rgb(189,204,132); }

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