#BDCF80

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

Shades of Caper #BDCF80

Tints of Caper #BDCF80

Color information

#BDCF80 (or 0xBDCF80) is unknown color: approx Caper. HEX triplet: BD, CF and 80. RGB value is (189,207,128). Sum of RGB (Red+Green+Blue) = 189+207+128=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCF80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCF80 is #42307F. Grayscale: #C0C0C0. Windows color (decimal): -4337792 or 8441789. OLE color: 8441789.

HSL color Cylindrical-coordinate representation of color #BDCF80: hue angle of 73.67º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDCF80 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB189207128-
CMYK0.0900.380.19
HSL73.67º45.14%65.69%-
HSV(B)73.67º38.16%81.18%-
XYZ47.25728.94-
YUV192.6191.54125.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 207 (81.25% from 255) = 39.50%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=36.07%
G=39.50%
B=24.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892071280.0900.380.1973.6745.1465.69
HexBDCF809026134a2d42
Octal275317200110462311255102
Binary101111011100111110000000100101001101001110010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCF80; }

 p { color: rgb(189,207,128); }

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

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

 a { background-color: rgb(189,207,128); }

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

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

 span { border-color: rgb(189,207,128); }

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