#BDCC8B

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

Shades of Caper #BDCC8B

Tints of Caper #BDCC8B

Color information

#BDCC8B (or 0xBDCC8B) is unknown color: approx Caper. HEX triplet: BD, CC and 8B. RGB value is (189,204,139). Sum of RGB (Red+Green+Blue) = 189+204+139=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 139 (54.69% from 255 or 26.13% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCC8B is #423374. Grayscale: #C0C0C0. Windows color (decimal): -4338549 or 9161917. OLE color: 9161917.

HSL color Cylindrical-coordinate representation of color #BDCC8B: hue angle of 73.85º 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 #BDCC8B is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB189204139-
CMYK0.0700.320.2
HSL73.85º38.92%67.25%-
HSV(B)73.85º31.86%80%-
XYZ47.2455.8732.72-
YUV192.198.03125.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 204 (80.08% from 255) = 38.35%
BLUE value IS 139 (54.69% from 255) = 26.13%
R=35.53%
G=38.35%
B=26.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041390.0700.320.273.8538.9267.25
HexBDCC8B7020144a2743
Octal27531421370402411247103
Binary10111101110011001000101111101000001010010010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCC8B; }

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

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

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

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

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

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

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

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