#BDD383

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

Shades of Caper #BDD383

Tints of Caper #BDD383

Color information

#BDD383 (or 0xBDD383) is unknown color: approx Caper. HEX triplet: BD, D3 and 83. RGB value is (189,211,131). Sum of RGB (Red+Green+Blue) = 189+211+131=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 211 (82.81% from 255 or 39.74% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD383 is #422C7C. Grayscale: #C3C3C3. Windows color (decimal): -4336765 or 8639421. OLE color: 8639421.

HSL color Cylindrical-coordinate representation of color #BDD383: hue angle of 76.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDD383 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB189211131-
CMYK0.1000.380.17
HSL76.5º47.62%67.06%-
HSV(B)76.5º37.91%82.75%-
XYZ48.3859.0530.32-
YUV195.391.71123.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 211 (82.81% from 255) = 39.74%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=35.59%
G=39.74%
B=24.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111310.1000.380.1776.547.6267.06
HexBDD383A026114c3043
Octal275323203120462111460103
Binary101111011101001110000011101001001101000110011001100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD383; }

 p { color: rgb(189,211,131); }

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

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

 a { background-color: rgb(189,211,131); }

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

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

 span { border-color: rgb(189,211,131); }

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